snorenotify/appveyor.yml

24 lines
364 B
YAML

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