|
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 |
|
@@ -36,34 +40,35 @@ artifacts:
|
36 | 40 | name: QtQuickVcp-x64-archive
|
37 | 41 |
|
38 | 42 | 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 |
| 43 | +- description: | |
| 44 | + QtQuickVcp_Development modules for |
| 45 | + x64 (64-bit Intel/AMD) Linux systems (Portable AppImages) |
| 46 | + Windows 32bit and 64bit |
| 47 | + x64 (64-bit Intel/AMD) MacOSX systems |
| 48 | + Automated builds of the master development branch. FOR TESTING PURPOSES ONLY! |
| 49 | + Extract the contents of the archive to your Qt installation folder to use it |
| 50 | + provider: GitHub |
| 51 | + auth_token: |
| 52 | + secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk |
49 | 53 | artifact: QtQuickVcp-x64-archive
|
50 |
| - version: $(appveyor_build_version) |
| 54 | + tag: $(appveyor_repo_commit) |
| 55 | + force_update: true |
51 | 56 | on:
|
52 | 57 | branch: master
|
53 | 58 | appveyor_repo_tag: false
|
54 | 59 |
|
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 |
| 60 | +- description: | |
| 61 | + MachinekitClient_Development for |
| 62 | + x64 (64-bit Intel/AMD) Linux systems (Portable AppImages) |
| 63 | + Windows 32bit and 64bit |
| 64 | + x64 (64-bit Intel/AMD) MacOSX systems |
| 65 | + Automated builds of the master development branch. FOR TESTING PURPOSES ONLY! |
| 66 | + provider: GitHub |
| 67 | + auth_token: |
| 68 | + secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk |
65 | 69 | artifact: MachinekitClient-x64-archive
|
66 |
| - version: $(appveyor_build_version) |
| 70 | + tag: $(appveyor_repo_commit) |
| 71 | + force_update: true |
67 | 72 | on:
|
68 | 73 | branch: master
|
69 | 74 | appveyor_repo_tag: false
|
@@ -98,34 +103,35 @@ deploy:
|
98 | 103 | on:
|
99 | 104 | appveyor_repo_tag: true
|
100 | 105 |
|
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 |
| 106 | +- description: | |
| 107 | + QtQuickVcp_Development modules for |
| 108 | + x64 (64-bit Intel/AMD) Linux systems (Portable AppImages) |
| 109 | + Windows 32bit and 64bit |
| 110 | + x64 (64-bit Intel/AMD) MacOSX systems |
| 111 | + Automated builds of the master development branch. FOR TESTING PURPOSES ONLY! |
| 112 | + Extract the contents of the archive to your Qt installation folder to use it |
| 113 | + provider: GitHub |
| 114 | + auth_token: |
| 115 | + secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk |
111 | 116 | artifact: QtQuickVcp-x86-archive
|
112 |
| - version: $(appveyor_build_version) |
| 117 | + tag: $(appveyor_repo_commit) |
| 118 | + force_update: true |
113 | 119 | on:
|
114 | 120 | branch: master
|
115 | 121 | appveyor_repo_tag: false
|
116 | 122 |
|
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 |
| 123 | +- description: | |
| 124 | + MachinekitClient_Development for |
| 125 | + x64 (64-bit Intel/AMD) Linux systems (Portable AppImages) |
| 126 | + Windows 32bit and 64bit |
| 127 | + x64 (64-bit Intel/AMD) MacOSX systems |
| 128 | + Automated builds of the master development branch. FOR TESTING PURPOSES ONLY! |
| 129 | + provider: GitHub |
| 130 | + auth_token: |
| 131 | + secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk |
127 | 132 | artifact: MachinekitClient-x86-archive
|
128 |
| - version: $(appveyor_build_version) |
| 133 | + tag: $(appveyor_repo_commit) |
| 134 | + force_update: true |
129 | 135 | on:
|
130 | 136 | branch: master
|
131 | 137 | appveyor_repo_tag: false
|
|
0 commit comments