CI: enable schema checks in the openSUSE nightly

This commit is contained in:
Adriaan de Groot 2023-10-29 21:47:03 +01:00
parent 741fe03969
commit 8688285a25
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,8 @@ env:
CMAKE_ARGS: |
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-DCMAKE_BUILD_TYPE=Debug
-DBUILD_SCHEMA_TESTING=ON
-DBUILD_TESTING=ON
jobs:
build:

View File

@ -40,3 +40,6 @@ zypper --non-interactive in \
libicu-devel \
libAppStreamQt-devel \
libatasmart-devel
# Not actual dependencies, but good to have
zypper --non-interactive in python311-PyYAML python311-jsonschema