add appveyor messages

This commit is contained in:
Thomas Bernard 2019-11-09 11:01:59 +01:00
parent 01a7200b5d
commit ba2c5cb79e
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -7,10 +7,14 @@ install:
- set MSYS=winsymlinks:native
build_script:
- appveyor AddCompilationMessage "Building 3rd party libraries"
- mingw32-make 3rdparty 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"
- mingw32-make API=win32
- appveyor AddCompilationMessage "Building zip package"
- mingw32-make ziprelease API=win32
- appveyor AddCompilationMessage "Building win32 installer"
- mingw32-make win32installer API=win32
# - mingw32-make 3rdparty API=sdl2
# - mingw32-make API=sdl2