ADD: first try for an appveyor file targetting mingw

This commit is contained in:
iceman1001 2017-01-25 12:59:52 +01:00
parent e069d740e3
commit 517fbd5d9d

16
appveyor.yml Normal file
View file

@ -0,0 +1,16 @@
os: Windows Server 2012
platform: x64
branches:
only:
- master
install:
- cinst make
- cinst mingw
before_build:
- make clean
build:
- make all