diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 18:04:06 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 18:04:06 +0200 |
| commit | 4919ee493d16b2baa43a511bfb1c7331413e1d10 (patch) | |
| tree | e4b67d1feb89846b9c0e9f5c81339d6b19c49063 | |
| parent | 66ed63166173ccbf5279f6204a1b4099daf176ec (diff) | |
| download | turns-4919ee493d16b2baa43a511bfb1c7331413e1d10.tar.xz turns-4919ee493d16b2baa43a511bfb1c7331413e1d10.zip | |
ci: reenable schema compilation
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e13c26c..f23a3fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,8 +17,7 @@ build-and-test: - cmake --preset ci - cmake --build --preset ci --config $BUILD_TYPE - cmake --install build --config $BUILD_TYPE - # TODO: Reenable once the settings schemas are back - # - glib-compile-schemas ch.arknet.Turns/share/glib-2.0/schemas + - glib-compile-schemas ch.arknet.Turns/share/glib-2.0/schemas - dbus-run-session -- ctest --preset ci --build-config $BUILD_TYPE artifacts: paths: |
