appveyor: add appveyor.yml

This commit is contained in:
Thomas Bernard
2019-03-07 23:47:35 +01:00
parent d03f4fa70e
commit 8d16b475b6
2 changed files with 30 additions and 1 deletions

18
appveyor.yml Normal file
View File

@@ -0,0 +1,18 @@
install:
- set PATH=C:\msys64\mingw32\bin;C:\msys64\usr\bin;%PATH%
- mingw32-make -v
- make -v
build_script:
- mingw32-make 3rdparty API=win32
- mingw32-make API=win32
- mingw32-make ziprelease API=win32
- mingw32-make 3rdparty
- mingw32-make
- mingw32-make ziprelease
artifacts:
- path: '*.zip'
name: GrafX2 portable installation
- path: 'install\*.exe'
name: GrafX2 installer