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