|
2 | 2 | # http://www.appveyor.com/docs/build-configuration |
3 | 3 | version: build{build} |
4 | 4 |
|
| 5 | +skip_tags: true |
| 6 | + |
| 7 | +image: Visual Studio 2015 |
| 8 | + |
5 | 9 | platform: |
6 | 10 | - Win64 |
7 | 11 |
|
8 | 12 | environment: |
| 13 | + global: |
| 14 | + release_description: | |
| 15 | + MachinekitClient_Development and QtQuickVcp_Development modules for |
| 16 | + x64 (64-bit Intel/AMD) Linux systems (Portable AppImages) |
| 17 | + Windows 32bit and 64bit (x86 zip and x64 zip) |
| 18 | + x64 (64-bit Intel/AMD) MacOSX systems |
| 19 | + Automated builds of the master development branch. FOR TESTING PURPOSES ONLY! |
| 20 | + Extract the contents of the archive to your Qt installation folder to use it |
| 21 | + release_tag: $(git rev-parse --short "$appveyor_repo_commit") |
| 22 | + |
9 | 23 | matrix: |
10 | 24 | - QTDIR: C:\Qt\5.9\msvc2015_64 |
11 | 25 | VSVER: 14.0 |
@@ -36,34 +50,24 @@ artifacts: |
36 | 50 | name: QtQuickVcp-x64-archive |
37 | 51 |
|
38 | 52 | deploy: |
39 | | -- provider: BinTray |
40 | | - username: machinekoder |
41 | | - api_key: |
42 | | - secure: W+r/AcwTE6+ZntNkPg4ulGEWL9A51GF0UkCqT7OqS1OSLZZHrn9MUQdoODQulAaZ |
43 | | - subject: machinekoder |
44 | | - repo: QtQuickVcp-Development |
45 | | - package: QtQuickVcp_Development-Windows-master-x64 |
46 | | - publish: true |
47 | | - override: true |
48 | | - explode: false |
| 53 | +- description: $(release_description) |
| 54 | + provider: GitHub |
| 55 | + auth_token: |
| 56 | + secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk |
49 | 57 | artifact: QtQuickVcp-x64-archive |
50 | | - version: $(appveyor_build_version) |
| 58 | + tag: $(release_tag) |
| 59 | + force_update: true |
51 | 60 | on: |
52 | 61 | branch: master |
53 | 62 | appveyor_repo_tag: false |
54 | 63 |
|
55 | | -- provider: BinTray |
56 | | - username: machinekoder |
57 | | - api_key: |
58 | | - secure: W+r/AcwTE6+ZntNkPg4ulGEWL9A51GF0UkCqT7OqS1OSLZZHrn9MUQdoODQulAaZ |
59 | | - subject: machinekoder |
60 | | - repo: MachinekitClient-Development |
61 | | - package: MachinekitClient_Development-Windows-master-x64 |
62 | | - publish: true |
63 | | - override: true |
64 | | - explode: false |
| 64 | +- description: $(release_description) |
| 65 | + provider: GitHub |
| 66 | + auth_token: |
| 67 | + secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk |
65 | 68 | artifact: MachinekitClient-x64-archive |
66 | | - version: $(appveyor_build_version) |
| 69 | + tag: $(release_tag) |
| 70 | + force_update: true |
67 | 71 | on: |
68 | 72 | branch: master |
69 | 73 | appveyor_repo_tag: false |
@@ -98,34 +102,24 @@ deploy: |
98 | 102 | on: |
99 | 103 | appveyor_repo_tag: true |
100 | 104 |
|
101 | | -- provider: BinTray |
102 | | - username: machinekoder |
103 | | - api_key: |
104 | | - secure: W+r/AcwTE6+ZntNkPg4ulGEWL9A51GF0UkCqT7OqS1OSLZZHrn9MUQdoODQulAaZ |
105 | | - subject: machinekoder |
106 | | - repo: QtQuickVcp-Development |
107 | | - package: QtQuickVcp_Development-Windows-master-x86 |
108 | | - publish: true |
109 | | - override: true |
110 | | - explode: false |
| 105 | +- description: $(release_description) |
| 106 | + provider: GitHub |
| 107 | + auth_token: |
| 108 | + secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk |
111 | 109 | artifact: QtQuickVcp-x86-archive |
112 | | - version: $(appveyor_build_version) |
| 110 | + tag: $(release_tag) |
| 111 | + force_update: true |
113 | 112 | on: |
114 | 113 | branch: master |
115 | 114 | appveyor_repo_tag: false |
116 | 115 |
|
117 | | -- provider: BinTray |
118 | | - username: machinekoder |
119 | | - api_key: |
120 | | - secure: W+r/AcwTE6+ZntNkPg4ulGEWL9A51GF0UkCqT7OqS1OSLZZHrn9MUQdoODQulAaZ |
121 | | - subject: machinekoder |
122 | | - repo: MachinekitClient-Development |
123 | | - package: MachinekitClient_Development-Windows-master-x86 |
124 | | - publish: true |
125 | | - override: true |
126 | | - explode: false |
| 116 | +- description: $(release_description) |
| 117 | + provider: GitHub |
| 118 | + auth_token: |
| 119 | + secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk |
127 | 120 | artifact: MachinekitClient-x86-archive |
128 | | - version: $(appveyor_build_version) |
| 121 | + tag: $(release_tag) |
| 122 | + force_update: true |
129 | 123 | on: |
130 | 124 | branch: master |
131 | 125 | appveyor_repo_tag: false |
|
0 commit comments