Skip to content

Commit

Permalink
CI: add DataViz lib, shift to builder image 0.12.
Browse files Browse the repository at this point in the history
This MR adds DataVisualisation development headers and libraries to the CI image, and makes use of `tallfurryman/kstars-ci:0.12`.
  • Loading branch information
TallFurryMan authored and johneevans committed Nov 12, 2023
1 parent 51af6a2 commit 646b11a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stages:
- test
#- test-unstable

image: tallfurryman/kstars-ci:0.11
image: tallfurryman/kstars-ci:0.12

variables:
CCACHE_BASEDIR: "$CI_PROJECT_DIR"
Expand Down
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ RUN apt update && apt -y install --no-install-recommends \
libgsl-dev \
phonon4qt5-backend-vlc \
qt5keychain-dev \
libqt5sql5-sqlite \
libqt5datavisualization5-dev \
qml-module-qtquick-controls \
libsecret-1-dev

# Suitable for tests
Expand All @@ -55,8 +58,6 @@ RUN apt update && apt -y --no-install-recommends install \
kded5 \
kinit \
breeze-icon-theme \
libqt5sql5-sqlite \
qml-module-qtquick-controls \
gsc gsc-data \
phd2 \
xvfb
Expand Down

0 comments on commit 646b11a

Please sign in to comment.