-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathappveyor.yml
45 lines (32 loc) · 1.03 KB
/
appveyor.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
environment:
app_version: '3.0.1'
version: '$(app_version).{build}'
install:
- set PATH=C:\Ruby22\bin;%PATH%
- git submodule update --init --recursive
cache:
packages -> **\packages.config
branches:
only:
- develop
- qualification
skip_branch_with_pr: true
skip_tags: true
skip_commits:
files:
- '*.md'
pull_requests:
do_not_increment_build_number: true
before_build:
- nuget sources add -name funcparser -source https://ci.appveyor.com/nuget/ospsuite-funcparser
- nuget sources add -name simmodel -source https://ci.appveyor.com/nuget/ospsuite-simmodel
- nuget sources add -name cvodes -source https://ci.appveyor.com/nuget/ospsuite-simmodel-solver-cvodes
- nuget restore -PackagesDirectory packages
build_script:
- rake "create_portable_setup[%APPVEYOR_BUILD_VERSION%]"
artifacts:
- path: '**\*.zip'
notifications:
- provider: Slack
incoming_webhook:
secure: 4MH9Em6TtrKalq6808dhPOqypTfYBJvVlqPaa9akNyFEAs8X080yIO8g1FLt3tNfBN4OpeBnkgrXzf7AqNKV5561x7Coux3ByGrHmsL1sCo=