forked from machinekit/QtQuickVcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
163 lines (145 loc) · 4.15 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
# AppVeyor build configuration
# http://www.appveyor.com/docs/build-configuration
version: build{build}
skip_tags: true
image: Visual Studio 2015
platform:
- Win64
cache:
- c:\tools\vcpkg\installed\
environment:
global:
release_description: "
MachinekitClient_Development and QtQuickVcp_Development modules for
x64 (64-bit Intel/AMD) Linux systems (Portable AppImages)
Windows 32bit and 64bit (x86 zip and x64 zip)
x64 (64-bit Intel/AMD) MacOSX systems
Automated builds of the master development branch. FOR TESTING PURPOSES ONLY!
Extract the contents of the archive to your Qt installation folder to use it
"
matrix:
- QTDIR: C:\Qt\5.9\msvc2015_64
VSVER: 14.0
ARCH: x64
- QTDIR: C:\Qt\5.9\msvc2015
VSVER: 14.0
ARCH: x86
configuration:
- release
install:
- cd C:\Tools\vcpkg
- git pull
- .\bootstrap-vcpkg.bat
- cd %APPVEYOR_BUILD_FOLDER%
- ps: $env:release_tag = &git rev-parse --short $env:APPVEYOR_REPO_COMMIT
- '%QTDIR%\bin\qtenv2.bat'
- '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %ARCH%'
- qmake -v
build_script:
- CALL %APPVEYOR_BUILD_FOLDER%/build/appveyor/appveyor.bat
artifacts:
- path: 'build.release\MachinekitClient*x86.zip'
name: MachinekitClient-x86-archive
- path: 'build.release\QtQuickVcp*-*-*-*-Windows-x86.zip'
name: QtQuickVcp-x86-archive
- path: 'build.release\MachinekitClient*x64.zip'
name: MachinekitClient-x64-archive
- path: 'build.release\QtQuickVcp*-*-*-*-Windows-x64.zip'
name: QtQuickVcp-x64-archive
deploy:
- description: $(release_description)
provider: GitHub
auth_token:
secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk
artifact: QtQuickVcp-x64-archive
tag: $(release_tag)
force_update: true
on:
branch: master
appveyor_repo_tag: false
- description: $(release_description)
provider: GitHub
auth_token:
secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk
artifact: MachinekitClient-x64-archive
tag: $(release_tag)
force_update: true
on:
branch: master
appveyor_repo_tag: false
- provider: BinTray
username: machinekoder
api_key:
secure: W+r/AcwTE6+ZntNkPg4ulGEWL9A51GF0UkCqT7OqS1OSLZZHrn9MUQdoODQulAaZ
subject: machinekoder
repo: QtQuickVcp
package: QtQuickVcp-Windows-master-x64
publish: true
override: true
explode: false
artifact: QtQuickVcp-x64-archive
version: $(appveyor_build_version)
on:
appveyor_repo_tag: true
- provider: BinTray
username: machinekoder
api_key:
secure: W+r/AcwTE6+ZntNkPg4ulGEWL9A51GF0UkCqT7OqS1OSLZZHrn9MUQdoODQulAaZ
subject: machinekoder
repo: MachinekitClient
package: MachinekitClient-Windows-x64
publish: true
override: true
explode: false
artifact: MachinekitClient-x64-archive
version: $(appveyor_build_version)
on:
appveyor_repo_tag: true
- description: $(release_description)
provider: GitHub
auth_token:
secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk
artifact: QtQuickVcp-x86-archive
tag: $(release_tag)
force_update: true
on:
branch: master
appveyor_repo_tag: false
- description: $(release_description)
provider: GitHub
auth_token:
secure: M9qlWKrBp+EjFfJen7YozWiJ1EjVaeLo2qfDKZsSgI4/X6N8HSub1cDTX4N6z/rk
artifact: MachinekitClient-x86-archive
tag: $(release_tag)
force_update: true
on:
branch: master
appveyor_repo_tag: false
- provider: BinTray
username: machinekoder
api_key:
secure: W+r/AcwTE6+ZntNkPg4ulGEWL9A51GF0UkCqT7OqS1OSLZZHrn9MUQdoODQulAaZ
subject: machinekoder
repo: QtQuickVcp
package: QtQuickVcp-Windows-x86
publish: true
override: true
explode: false
artifact: QtQuickVcp-x86-archive
version: $(appveyor_build_version)
on:
appveyor_repo_tag: true
- provider: BinTray
username: machinekoder
api_key:
secure: W+r/AcwTE6+ZntNkPg4ulGEWL9A51GF0UkCqT7OqS1OSLZZHrn9MUQdoODQulAaZ
subject: machinekoder
repo: MachinekitClient
package: MachinekitClient-Windows-x86
publish: true
override: true
explode: false
artifact: MachinekitClient-x86-archive
version: $(appveyor_build_version)
on:
appveyor_repo_tag: true