forked from ProteoWizard/pwiz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
32 lines (30 loc) · 718 Bytes
/
Copy pathappveyor.yml
File metadata and controls
32 lines (30 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version: '{build}.{branch}'
branches:
only:
- /master/
- /pull\/.*/head
skip_branch_with_pr: true
image:
- Visual Studio 2017
clone_depth: 5
init:
- git config --global core.autocrlf false
build_script:
- cmd: quickbuild.bat address-model=64 --i-agree-to-the-vendor-licenses -j2 --abbreviate-paths pwiz executables
test: off
skip_commits:
files:
- README.md
- .travis.yml
- .gitignore
- pwiz_tools/Bumbershoot/**
- pwiz_tools/BiblioSpec/**
- pwiz_tools/Skyline/**
- pwiz_tools/Topograph/**
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/23b73cbedd68b1381ac3
method: POST
on_build_success: false
on_build_failure: true
on_build_status_changed: true