snorenotify/appveyor.yml

23 lines
350 B
YAML
Raw Normal View History

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