From: Tomas Krizek Date: Wed, 27 Jun 2018 14:26:21 +0000 (+0200) Subject: ci: test that `make check` does not require installation X-Git-Tag: v2.4.0~10^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9cf36381e9700a811ee6df3b8fe3e252a96e684;p=thirdparty%2Fknot-resolver.git ci: test that `make check` does not require installation --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d4ab73e1..d2f560ccb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: []