Created
August 21, 2014 04:24
-
-
Save PhDP/92107b5348ba8ba2418a to your computer and use it in GitHub Desktop.
appveyor.yml for windows (untested)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
os: Windows Server 2012 | |
platform: x64 | |
branches: | |
only: | |
- master | |
install: | |
- cinst cmake | |
- cinst make | |
- cinst mingw | |
before_build: | |
- cmake -G "MinGW Makefiles" | |
build: | |
- make | |
test_script: | |
- make test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment