forked from chocolatey/ChocolateyGUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
60 lines (49 loc) · 1.64 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#---------------------------------#
# general configuration #
#---------------------------------#
# version format
version: 1.0.{build}
branches:
only:
- master
- develop
#---------------------------------#
# environment configuration #
#---------------------------------#
# clone directory
clone_folder: C:\projects\ChocolateyGUI
# environment variables
environment:
MyGetDevelopApiKey:
secure: KFeZCL5TKhJaL96tl0H+HjcVYv/cSsVtFE48mYOpmCMuuNH/sId04odoavJqgl7f
MyGetDevelopFeedUrl: https://www.myget.org/F/packages_develop
MyGetMasterApiKey:
secure: OewKlbHSmiVUj7kC0WMZwvjDQKBjcZNgSYyXIxDNGZxssxx4KDQNyRbT+6PZ+uPH
MyGetMasterFeedUrl: https://www.myget.org/F/packages_master/
ChocolateyApiKey:
secure: rGZLB7/BIEUl7XMeMeidRD50lQe8igKyPUJSAzFBd146Foc67Vyagv1kJ4ImTGvY
ChocolateyFeedUrl: https://chocolatey.org/
GitHubUserName:
secure: je/D8MZcaA0IMfIhmrqShQ==
GitHubPassword:
secure: DCLeGjj/fPf/rkF2y4e3ZEFta2Efnzof1GiOEIPdhw0PQs4NBnjaENwif1itJB96
#---------------------------------#
# build configuration #
#---------------------------------#
build_script:
- ps: .\BuildScripts\build.ps1
test: off
#---------------------------------#
# caching configuration #
#---------------------------------#
cache:
- Source\packages
#---------------------------------#
# notifications configuration #
#---------------------------------#
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/4933c447ea42a0480587
on_build_success: true
on_build_failure: true
on_build_status_changed: true