We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f17c0 commit 7d803adCopy full SHA for 7d803ad
.build.yml
@@ -20,6 +20,8 @@ tasks:
20
cmake -DCMAKE_BUILD_TYPE=Release ..
21
make
22
cd ../../kernel
23
+ # Temporary: use scas PR
24
+ gco scas
25
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
if [[ "$(grep ERROR\ SUMMARY log | cut -d\ -f4)" != "0" ]] ; then echo Memory error ; exit 1 ; fi
0 commit comments