Skip to content

Commit

Permalink
Add CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
drighetto committed Jan 30, 2024
1 parent 4e960e2 commit dd80160
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ echo "[+] Marker occurences found into the OUT file: $marker."
rm $OUT
if [ $marker -eq 0 ]
then
echo "[X] Validation failed!"
exit -1
else
echo "[V] Validation succeed."
exit 0
fi

0 comments on commit dd80160

Please sign in to comment.