]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: test that `make check` does not require installation
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 27 Jun 2018 14:26:21 +0000 (16:26 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 28 Jun 2018 11:48:46 +0000 (13:48 +0200)
.gitlab-ci.yml

index 9d4ab73e1659d9babf5701a9d2e5ee969ae51783..d2f560ccb11c5d1a255ce404a5e9551fb7bb694a 100644 (file)
@@ -98,7 +98,7 @@ test:linux:amd64:
     # recompile everything otherwise lcov will bark because Git files will be "newer" than gcda files
     # this is caused by interaction between Git approach to timestamps and Gitlab artifacts
     - git clean -xdf
-    - make install CFLAGS=-Werror
+    - make CFLAGS=-Werror
     - MAKEFLAGS="--jobs $(nproc)" make -k check
     - MAKEFLAGS="--jobs $(nproc)" make coverage-c COVERAGE_STAGE=gcov-check
   dependencies: []