1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 03:01:22 +00:00
qb64/.ci/compile.sh
2020-01-04 23:09:53 +11:00

8 lines
180 B
Bash
Executable file

#!/bin/bash
echo From git `echo $GITHUB_SHA | sed 's/\(.......\).*$/\1/'` > internal/version.txt
./qb64_bootstrap -x -v source/qb64.bas
SUCCESS=$?
rm qb64_bootstrap
exit $SUCCESS