-
Notifications
You must be signed in to change notification settings - Fork 4
/
.appveyor.yml
67 lines (54 loc) · 1.21 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
61
62
63
64
65
version: 1.0.{build}
image: Visual Studio 2015
install:
- set PATH=C:\Ruby22\bin;%PATH%
- gem install bundler
- gem install jekyll
before_build:
- ps: write-host $HOME
#build:
#verbosity: minimal
#on_finish:
#- cmd: echo my nodot onfin call
#configuration: Release
#services:
# - mssql2012sp1
# - iis
#build_script:
#- ps: get-service 'MSSQL$SQL2012SP1'
#after_test:
# powershell capture command output into variable
#- ps: $version = lxc version
#- ps: echo $version
# pack lxc as aftifact for upload
#- ps: $archive = "lxc-$version-windows-amd64.zip"
#- 7z a $archive c:\gopath\bin\lxc.exe
#notifications:
#- provider: Webhook
# url: http://requestb.in/p7cjenp7
# method: POST
# headers:
# X-Api-Key:
# secure: 9vNz+tHM2nuER4MTf+iIbg==
# body: >-
# {
# "foo": "bar"
# }
# on_build_success: true
# on_build_failure: true
# on_build_status_changed: true
#artifacts:
#- path: src\VeryNewWebJob
# name: VeryNewWebJob
#deploy:
#- provider: AzureWebJob
# website: ilyaf
# username: ilyafdepl
# password:
# secure: JqjMdWRH22nh8HpJCv3zVQ==
# artifact: VeryNewWebJob
# manually_triggered: false
# job_schedule: '*0****'
#environment:
# API_KEY:
# secure: 9vNz+tHM2nuER4MTf+iIbg==