CI: enable schema checks in the openSUSE nightly
This commit is contained in:
parent
741fe03969
commit
8688285a25
2
.github/workflows/nightly-opensuse.yml
vendored
2
.github/workflows/nightly-opensuse.yml
vendored
@ -11,6 +11,8 @@ env:
|
|||||||
CMAKE_ARGS: |
|
CMAKE_ARGS: |
|
||||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
|
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
|
||||||
-DCMAKE_BUILD_TYPE=Debug
|
-DCMAKE_BUILD_TYPE=Debug
|
||||||
|
-DBUILD_SCHEMA_TESTING=ON
|
||||||
|
-DBUILD_TESTING=ON
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -40,3 +40,6 @@ zypper --non-interactive in \
|
|||||||
libicu-devel \
|
libicu-devel \
|
||||||
libAppStreamQt-devel \
|
libAppStreamQt-devel \
|
||||||
libatasmart-devel
|
libatasmart-devel
|
||||||
|
|
||||||
|
# Not actual dependencies, but good to have
|
||||||
|
zypper --non-interactive in python311-PyYAML python311-jsonschema
|
||||||
|
Loading…
Reference in New Issue
Block a user