snorenotify/appveyor.yml

24 lines
364 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:
2015-07-21 11:41:52 +00:00
- work\git -> ci\appveyor.ps1
- work\install -> ci\appveyor.ps1
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-21 10:31:15 +00:00
name: $(APPVEYOR_PROJECT_NAME)
2015-07-21 11:41:52 +00:00