From 951bb887ece3f0091b292247e4d69b10d824a215 Mon Sep 17 00:00:00 2001 From: Florent Pruvost Date: Wed, 25 Apr 2018 17:07:43 +0200 Subject: [PATCH] to get warning in the build log --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41ca573..6c84b74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build_pampa: - cd build - scan-build -plist --intercept-first --analyze-headers -o ../analyzer_reports cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_C_FLAGS="-O0 -g -fPIC --coverage -Wall -fdiagnostics-show-option" -DCMAKE_EXE_LINKER_FLAGS="--coverage" - - scan-build -plist --intercept-first --analyze-headers -o ../analyzer_reports make -j5 | tee ../pampa-build.log + - scan-build -plist --intercept-first --analyze-headers -o ../analyzer_reports make -j5 2>&1 | tee ../pampa-build.log test_pampa: stage: test -- GitLab