Skip to content
Snippets Groups Projects
Commit 35595033 authored by Max Schrötter's avatar Max Schrötter
Browse files

fix ci

parent e8826681
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ Build: ...@@ -33,7 +33,7 @@ Build:
- echo "Try building" - echo "Try building"
- rm -rf results - rm -rf results
- mkdir results - mkdir results
- make clean - make clean || true
- make 2> results/output.make - make 2> results/output.make
- if [ -f results/output.make ]; then if grep -i warning results/output.make > /dev/null; then exit 1; else exit 0;fi;fi - if [ -f results/output.make ]; then if grep -i warning results/output.make > /dev/null; then exit 1; else exit 0;fi;fi
after_script: after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment