Skip to content

Commit 7d803ad

Browse files
author
Noam Preil
committed
1 parent 87f17c0 commit 7d803ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ tasks:
2020
cmake -DCMAKE_BUILD_TYPE=Release ..
2121
make
2222
cd ../../kernel
23+
# Temporary: use scas PR
24+
gco scas
2325
mkdir bin/TI84pSE -p
2426
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
2527
if [[ "$(grep ERROR\ SUMMARY log | cut -d\ -f4)" != "0" ]] ; then echo Memory error ; exit 1 ; fi

0 commit comments

Comments
 (0)