forked from Skycoder42/QtDataSync
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
55 lines (45 loc) · 1.27 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
image:
- Visual Studio 2017
- Visual Studio 2015
version: build-{build}
environment:
QT_VER: 5.11.1
EXTRA_MODULES: .qtremoteobjects;.skycoder42.jsonserializer;.skycoder42.service
matrix:
- PLATFORM: msvc2017_64
- PLATFORM: winrt_x64_msvc2017
- PLATFORM: winrt_x86_msvc2017
- PLATFORM: msvc2015_64
- PLATFORM: msvc2015
matrix:
exclude:
- PLATFORM: msvc2017_64
image: Visual Studio 2015
- PLATFORM: winrt_x64_msvc2017
image: Visual Studio 2015
- PLATFORM: winrt_x86_msvc2017
image: Visual Studio 2015
- PLATFORM: msvc2015_64
image: Visual Studio 2017
- PLATFORM: msvc2015
image: Visual Studio 2017
install:
- git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis
- .\src\3rdparty\cryptopp\appveyor.bat
- .\qtmodules-travis\ci\win\setup.bat
build_script:
- .\qtmodules-travis\ci\win\build.bat
after_build:
- .\qtmodules-travis\ci\win\upload-prepare.bat
artifacts:
- path: install\build_*_%QT_VER%.zip
deploy:
provider: GitHub
auth_token:
secure: Cp5GRQku2ZWnKPE12NB5q11ZO0Fr5mlzdUTjnLpYJr/dki4LPVqm231edFggogy8
artifact: /.*\.zip/
force_update: false
on:
appveyor_repo_tag: true
cache:
- 'C:\Users\appveyor\AppData\Local\Skycoder42\qpmx\cache -> appveyor.yml'