grafX2/appveyor.yml
2019-03-09 15:15:20 +01:00

22 lines
538 B
YAML

install:
- set PATH=C:\msys64\mingw32\bin;C:\msys64\usr\bin;%PATH%
- mingw32-make -v
- make -v
- uname
- set MSYS=winsymlinks:native
build_script:
- mingw32-make 3rdparty API=win32
- mingw32-make -C src/ print-.VARIABLES API=win32 V=1
- mingw32-make API=win32
- mingw32-make ziprelease API=win32
# - mingw32-make 3rdparty API=sdl2
# - mingw32-make API=sdl2
# - mingw32-make ziprelease API=sdl2
artifacts:
- path: '*.zip'
name: GrafX2 portable installation
- path: 'install\*.exe'
name: GrafX2 installer