From 44ea9f35a18ad5ed1887b74dcb26f31633e6b823 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 25 Aug 2017 10:34:54 -0400 Subject: [PATCH] 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 --- ci/build-check.sh | 2 ++ libglnx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/build-check.sh b/ci/build-check.sh index 9c6e3576..4c50c104 100755 --- a/ci/build-check.sh +++ b/ci/build-check.sh @@ -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= diff --git a/libglnx b/libglnx index 7100ebbc..47d81632 160000 --- a/libglnx +++ b/libglnx @@ -1 +1 @@ -Subproject commit 7100ebbc6800c7e5e2e09cefe067fbb88b32f10b +Subproject commit 47d816329370ca315d4ffec9872690b1fd4c27c9