Skip to content

Commit 50332db

Browse files
author
Noam Preil
committed
Fix CI
1 parent e7bd7a3 commit 50332db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ tasks:
2424
git checkout scas
2525
mkdir bin/TI84pSE -p
2626
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

Comments
 (0)