snorenotify/appveyor.yml

23 lines
350 B
YAML
Raw Normal View History

2015-07-20 11:27:58 +02:00
version: '{build}'
2015-07-17 16:03:29 +02:00
branches:
only:
- master
build_script:
2015-07-20 17:39:53 +02:00
- ps: .\ci\appveyor.ps1
2015-07-20 17:31:17 +02:00
test: off
2015-07-20 11:25:37 +02:00
cache:
- work\git -> appveyor.yml
2015-07-20 15:30:52 +02:00
- work\install -> appveyor.yml
2015-07-20 12:29:36 +02:00
environment:
matrix:
#mingw
- COMPILER: MINGW
#msvc
2015-07-20 17:22:37 +02:00
- COMPILER: MSVC
artifacts:
- path: work\image
2015-07-20 17:31:17 +02:00
name: $(APPVEYOR_PROJECT_NAME)