1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 10:00:22 +00:00
QB64-PE/.ci/compile.bat
2022-06-11 22:47:06 -04:00

16 lines
375 B
Batchfile

@ECHO OFF
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
qb64_bootstrap.exe -x -w source\qb64.bas
IF ERRORLEVEL 1 exit /b 1
del qb64_bootstrap.exe
del /q /s internal\source\*
move internal\temp\* internal\source\
REM Build libqb test executables
internal\c\c_compiler\bin\mingw32-make.exe -j8 OS=win build-tests
internal\c\c_compiler\bin\mingw32-make.exe OS=win clean