mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-22 14:29:10 +00:00
23 lines
350 B
YAML
23 lines
350 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) |