1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00

Add C++ testing to CI build

This commit is contained in:
Matthew Kilgore 2022-06-08 00:23:13 -04:00
parent f2e55cb507
commit 96ecc9e6db
3 changed files with 12 additions and 0 deletions

View file

@ -8,4 +8,8 @@ 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

View file

@ -13,6 +13,10 @@ rm internal/temp/qb64_bootstrap.sym
mv internal/temp/* internal/source/
# Build libqb test executables
make -j8 OS=$os build-tests
make clean OS=$os
exit $SUCCESS

View file

@ -74,6 +74,10 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
run: .ci/compile.bat
- name: Test libqb
shell: bash
run: tests/run_c_tests.sh
- name: Print QB64 Version
run: ./qb64 -?