Use AppVeyor

This commit is contained in:
Romain Goyet
2017-11-12 02:01:37 +01:00
committed by Ecco
parent 8a21f24309
commit cca0cad7aa

12
.appveyor.yml Normal file
View File

@@ -0,0 +1,12 @@
environment:
matrix:
- MSYS2_ARCH: x86_64
MSYSTEM: MINGW64
install:
- set PATH=c:\msys64\usr\bin
- pacman -S --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-freetype mingw-w64-x86_64-fltk git make bison mingw-w64-x86_64-python2
build_script:
- bash -lc "make -C $APPVEYOR_BUILD_FOLDER PLATFORM=simulator app.exe test.exe"