Skip to content

Commit

Permalink
Use KnightOS/kernel#195 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Preil committed Jul 2, 2020
1 parent 878f1bf commit 7051b1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ tasks:
cmake -DCMAKE_BUILD_TYPE=Release ..
make
cd ../../kernel
# Temporary: use scas PR
gco 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
if [[ "$(grep ERROR\ SUMMARY log | cut -d\ -f4)" != "0" ]] ; then echo Memory error ; exit 1 ; fi

0 comments on commit 7051b1f

Please sign in to comment.