Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Preil committed Sep 11, 2020
1 parent 82f4423 commit c65a72a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ tasks:
# Temporary: use scas PR
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
valgrind -s --track-origins=yes --leak-check=full --error-exitcode=1 ../scas/build/scas --define TI84pSE --include "include/;bin/TI84pSE/;src/01/" --symbols bin/TI84pSE/01.sym --listing bin/TI84pSE/01.list src/01/base.asm -o bin/TI84pSE/01.bin -vv
valgrind -s --track-origins=yes --leak-check=full --error-exitcode=1 ../scas/build/scas --define TI84pSE --include "include/;bin/TI84pSE/;src/02/" --symbols bin/TI84pSE/02.sym --listing bin/TI84pSE/02.list src/02/base.asm -o bin/TI84pSE/02.bin -vv
make AS="valgrind --track-origins=yes --leak-check=full --error-exitcode=1 ../scas/build/scas"

0 comments on commit c65a72a

Please sign in to comment.