ci: also compile tests
This should make sure we catch test errors such as https://github.com/GNOME/libglnx/pull/76 when bumping submodules (until we eventually get a PR tester on libglnx). Requires: https://github.com/GNOME/libglnx/pull/76 Update submodule: libglnx Closes: #954 Approved by: cgwalters
This commit is contained in:
parent
8a87887988
commit
44ea9f35a1
@ -16,3 +16,5 @@ git clean -dfx
|
||||
export CC=clang
|
||||
export CFLAGS='-Werror=unused-variable'
|
||||
build_default
|
||||
# don't actually run the tests, just compile them
|
||||
/usr/bin/make check TESTS=
|
||||
|
2
libglnx
2
libglnx
@ -1 +1 @@
|
||||
Subproject commit 7100ebbc6800c7e5e2e09cefe067fbb88b32f10b
|
||||
Subproject commit 47d816329370ca315d4ffec9872690b1fd4c27c9
|
Loading…
Reference in New Issue
Block a user