Skip to content

Commit

Permalink
facepalm
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Preil committed Jun 18, 2020
1 parent d7b14b0 commit 9ab04b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ tasks:
cmake -DCMAKE_BUILD_TYPE=Release ..
make
cd ../../kernel
valgrind -s --track-origins=yes --leak-check=full ../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 2>&1 >log
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 9ab04b5

Please sign in to comment.