File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,14 @@ image: archlinux
22packages :
33 - make
44 - cmake
5+ - mkrom
6+ - patchrom
7+ - genkfs
8+ - mktiupgrade
9+ - valgrind
510sources :
611 - https://github.com/knightos/scas
12+ - https://github.com/knightos/kernel
713environment :
814 project : scas
915tasks :
1319 cd build
1420 cmake -DCMAKE_BUILD_TYPE=Release ..
1521 make
22+ cd ../../kernel
23+ mkdir bin/TI84pSE -p
24+ 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
25+ if [[ "$(grep ERROR\ SUMMARY log | cut -d\ -f4)" != "0" ]] ; then echo Memory error ; exit 1 ; fi
You can’t perform that action at this time.
0 commit comments