From 5da783ed580a41fb635793289ea28be98908c79e Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Fri, 13 Sep 2024 11:40:52 +0200 Subject: [PATCH] ci: Make CI fail on compilation errors --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44635056..328e17d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ compile-vsim: stage: build script: - make compile-sim VC=true | tee compile.log 2>&1 - - '! grep "Error: " compile.log' + - '! grep "\*\* Error " compile.log' needs: - collect-bender-sources artifacts: