|
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 | +
|
9 | 22 | matrix: |
10 | 23 | - QTDIR: C:\Qt\5.9\msvc2015_64 |
11 | 24 | VSVER: 14.0 |
@@ -36,34 +49,24 @@ artifacts: |
36 | 49 | name: QtQuickVcp-x64-archive |
37 | 50 |
|
38 | 51 | 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 |
| 52 | +- description: $(release_description) |
| 53 | + provider: GitHub |
| 54 | + auth_token: |
| 55 | + secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk |
49 | 56 | artifact: QtQuickVcp-x64-archive |
50 | | - version: $(appveyor_build_version) |
| 57 | + tag: $(appveyor_repo_commit) |
| 58 | + force_update: true |
51 | 59 | on: |
52 | 60 | branch: master |
53 | 61 | appveyor_repo_tag: false |
54 | 62 |
|
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 |
| 63 | +- description: $(release_description) |
| 64 | + provider: GitHub |
| 65 | + auth_token: |
| 66 | + secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk |
65 | 67 | artifact: MachinekitClient-x64-archive |
66 | | - version: $(appveyor_build_version) |
| 68 | + tag: $(appveyor_repo_commit) |
| 69 | + force_update: true |
67 | 70 | on: |
68 | 71 | branch: master |
69 | 72 | appveyor_repo_tag: false |
@@ -98,34 +101,24 @@ deploy: |
98 | 101 | on: |
99 | 102 | appveyor_repo_tag: true |
100 | 103 |
|
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 |
| 104 | +- description: $(release_description) |
| 105 | + provider: GitHub |
| 106 | + auth_token: |
| 107 | + secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk |
111 | 108 | artifact: QtQuickVcp-x86-archive |
112 | | - version: $(appveyor_build_version) |
| 109 | + tag: $(appveyor_repo_commit) |
| 110 | + force_update: true |
113 | 111 | on: |
114 | 112 | branch: master |
115 | 113 | appveyor_repo_tag: false |
116 | 114 |
|
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 |
| 115 | +- description: $(release_description) |
| 116 | + provider: GitHub |
| 117 | + auth_token: |
| 118 | + secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk |
127 | 119 | artifact: MachinekitClient-x86-archive |
128 | | - version: $(appveyor_build_version) |
| 120 | + tag: $(appveyor_repo_commit) |
| 121 | + force_update: true |
129 | 122 | on: |
130 | 123 | branch: master |
131 | 124 | appveyor_repo_tag: false |
|
0 commit comments