snorenotify/appveyor.yml
2015-07-20 14:46:58 +02:00

18 lines
285 B
YAML

version: '{build}'
branches:
only:
- master
build_script:
- ps: >-
& "$env:APPVEYOR_BUILD_FOLDER\ci\appveyor.ps1"
exit $lastexitcode
cache:
- work\git -> appveyor.yml
environment:
matrix:
#mingw
- COMPILER: MINGW
#msvc
#- COMPILER: MSVC