mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-22 14:29:10 +00:00
18 lines
285 B
YAML
18 lines
285 B
YAML
version: '{build}'
|
|
branches:
|
|
only:
|
|
- master
|
|
build_script:
|
|
- ps: >-
|
|
& "$env:APPVEYOR_BUILD_FOLDER\ci\appveyor.ps1"
|
|
exit $lastexitcode
|
|
|
|
cache:
|
|
- work\git -> appveyor.yml
|
|
|
|
environment:
|
|
matrix:
|
|
#mingw
|
|
- COMPILER: MINGW
|
|
#msvc
|
|
#- COMPILER: MSVC |