ADD: first try for an appveyor file targetting mingw
This commit is contained in:
16
appveyor.yml
Normal file
16
appveyor.yml
Normal 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
|
||||||
Reference in New Issue
Block a user