snorenotify/appveyor.yml
Patrick von Reth 14461ad31a fix yml
2015-07-20 17:31:17 +02:00

23 lines
351 B
YAML

version: '{build}'
branches:
only:
- master
build_script:
- ps: .\ci\appveyor.ps1"
test: off
cache:
- work\git -> appveyor.yml
- work\install -> appveyor.yml
environment:
matrix:
#mingw
- COMPILER: MINGW
#msvc
- COMPILER: MSVC
artifacts:
- path: work\image
name: $(APPVEYOR_PROJECT_NAME)