Skip to content

Commit c65a72a

Browse files
author
Noam Preil
committed
Update CI
1 parent 82f4423 commit c65a72a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ tasks:
2323
# Temporary: use scas PR
2424
git checkout scas
2525
mkdir bin/TI84pSE -p
26-
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
27-
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
28-
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
26+
make AS="valgrind --track-origins=yes --leak-check=full --error-exitcode=1 ../scas/build/scas"

0 commit comments

Comments
 (0)