1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +00:00
qb64/.ci/compile.bat

9 lines
193 B
Batchfile
Raw Normal View History

2020-01-08 09:33:09 +00:00
@ECHO OFF
2020-01-08 08:35:38 +00:00
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
echo From git %GITHUB_SHA:~0,7% > internal\version.txt
qb64_bootstrap.exe -x source\qb64.bas -o qb64.exe
IF ERRORLEVEL 1 exit /b 1