Skip to content

Commit

Permalink
Okay, now it should fail for the right reason...
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Preil committed Jun 18, 2020
1 parent 4f312d3 commit d7b14b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ tasks:
cmake -DCMAKE_BUILD_TYPE=Release ..
make
cd ../../kernel
valgrind -s --track-origins=yes --leak-check=full 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
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
if [[ "$(grep ERROR\ SUMMARY log | cut -d\ -f4)" != "0" ]] ; then echo Memory error ; exit 1 ; fi

0 comments on commit d7b14b0

Please sign in to comment.