snorenotify/appveyor.yml

17 lines
261 B
YAML

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