Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Preil committed Jul 8, 2020
1 parent e7bd7a3 commit 50332db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ tasks:
git checkout scas
mkdir bin/TI84pSE -p
valgrind -s --track-origins=yes --leak-check=full --error-exitcode=1 ../scas/build/scas --define TI84pSE --include "include/;bin/TI84pSE/;src/00/" --symbols bin/TI84pSE/00.sym --listing bin/TI84pSE/00.list src/00/base.asm -o bin/TI84pSE/00.bin -vv
if [[ "$(grep ERROR\ SUMMARY log | cut -d\ -f4)" != "0" ]] ; then echo Memory error ; exit 1 ; fi

0 comments on commit 50332db

Please sign in to comment.