appveyor tests

This commit is contained in:
Thomas Bernard 2020-02-08 00:06:30 +01:00
parent f4ec35d8e4
commit a4869baaf3
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -9,6 +9,8 @@ install:
build_script: build_script:
- appveyor AddCompilationMessage "Building 3rd party libraries" - appveyor AddCompilationMessage "Building 3rd party libraries"
- mingw32-make 3rdparty API=win32 - mingw32-make 3rdparty API=win32
- appveyor AddCompilationMessage "Tests"
- mingw32-make -C src/ check API=win32
# - mingw32-make -C src/ print-.VARIABLES API=win32 V=1 # - mingw32-make -C src/ print-.VARIABLES API=win32 V=1
- appveyor AddCompilationMessage "Building GrafX2" - appveyor AddCompilationMessage "Building GrafX2"
- mingw32-make API=win32 - mingw32-make API=win32