Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-08-13 21:29:10 +00:00
parent 535cc9a99a
commit 09704407f2
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ deploiement: # This job runs in the deploy stage.
for file in $files for file in $files
do do
echo "Construction de $file" echo "Construction de $file"
stl check $file -F &> /dev/null
stl check $file -F &> /dev/null
stl check $file -F &> /dev/null
stl log clean stl log clean
stl wip $file | grep Err && errors=$((errors+1)) # error if err is read in standard output stl wip $file | grep Err && errors=$((errors+1)) # error if err is read in standard output
done done