Skip to content

Instantly share code, notes, and snippets.

@PhDP
Created August 21, 2014 04:24
Show Gist options
  • Save PhDP/92107b5348ba8ba2418a to your computer and use it in GitHub Desktop.
Save PhDP/92107b5348ba8ba2418a to your computer and use it in GitHub Desktop.
appveyor.yml for windows (untested)
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