forked from pspete/psPAS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
46 lines (41 loc) · 1.01 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
46
# version format
version: 2.3.{build}
environment:
access_token:
secure: eWAovbJD8C/F5ObWegnOimwNFyeU1vXzW6lwbJzhHpSUgjT+CMexMcPUBMKrm+Wl
psgallery_key:
secure: FuPgJskczZMptxRgdUlBAy7OYmXBQl4zq86kXXSmBt6wKudnM2PK7W6cM7bj0te1
coveralls_key:
secure: cWv4+OPfqRLSt7I4f+p3lEixKoYZzi42IDc7C4Kf+2WZW/dO+H+RBCM7m0Si2uuP
skip_commits:
files:
- .github\*
- .vscode\*
- README.md
- LICENSE.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- appveyor.yml
- CHANGELOG.md
message: /update readme.*|update version.*|update appveyor.*/
only_commits:
files:
- build\
- psPAS\
- Tests\
#os: WMF 5
image: Visual Studio 2017
install:
# - ps: . .\build\install.ps1
- pwsh.exe -File .\build\install.ps1
build_script:
# - ps: . .\build\build.ps1
- pwsh.exe -File .\build\build.ps1
test_script:
# - ps: . .\build\test.ps1
- pwsh.exe -File .\build\test.ps1
deploy_script:
# - ps: . .\build\deploy.ps1
- pwsh.exe -File .\build\deploy.ps1