forked from KungFuFurby/AddMusicKFF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
57 lines (53 loc) · 1001 Bytes
/
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
version: 1.0.9.{build}
for:
-
branches:
only:
- master
build:
verbosity: minimal
artifacts:
- path: AMKFF_latest.zip
-
branches:
only:
- bleeding-edge
build:
verbosity: minimal
artifacts:
- path: AMKFF_latestbeta.zip
-
branches:
except:
- master
- bleeding-edge
only_commits:
files:
- src/
- .appveyor.yml
build:
verbosity: minimal
artifacts:
- path: AMKFF_testbuild.zip
configuration: Release
after_build:
- ps: .\zip_script.ps1
deploy:
- provider: FTP
on:
branch: master
protocol: sftp
host: www.atarismwc.com
folder: html/amkff_releases/
username: pi
password:
secure: N90u+68BQTm8IHH9p3O78A==
- provider: FTP
on:
branch: bleeding-edge
protocol: sftp
host: www.atarismwc.com
folder: html/amkff_releases/
username: pi
password:
secure: N90u+68BQTm8IHH9p3O78A==