diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-08-17 11:41:43 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-08-17 11:41:43 +0200 |
| commit | a98edafdaa4bb504d7253d4a67901d2a36eefabf (patch) | |
| tree | 5668c2772759a5b4d01cbca15cc03ce36199cbed /.gitlab-ci.yml | |
| parent | 46c93e74067de844b35c1249122fcf878a0db924 (diff) | |
| parent | fb917713e55147c6b0de514924c4867d9e8d5894 (diff) | |
| download | turns-a98edafdaa4bb504d7253d4a67901d2a36eefabf.tar.xz turns-a98edafdaa4bb504d7253d4a67901d2a36eefabf.zip | |
Merge branch 'wip/color-preferences-ui' into 'main'
ui: add participant shading color preferences
Closes #2
See merge request fmorgner/turns!1
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ea774d..1cb0d99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,10 +11,12 @@ build-and-test: CMAKE_INSTALL_PREFIX: "ch.arknet.Turns" script: - weston --no-config --socket=$WAYLAND_DISPLAY --backend=headless & + - export XDG_DATA_DIRS=$(pwd)/${CMAKE_INSTALL_PREFIX}/share:${XDG_DATA_DIRS} - cmake --preset default - cmake --build --preset default --config $BUILD_TYPE - cmake --install build --config $BUILD_TYPE - - ctest --preset default --build-config $BUILD_TYPE + - glib-compile-schemas ${CMAKE_INSTALL_PREFIX}/share/glib-2.0/schemas + - dbus-run-session -- ctest --preset default --build-config $BUILD_TYPE artifacts: paths: - ${CMAKE_INSTALL_PREFIX}/ |
