This repository has been archived by the owner on Mar 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
/
appveyor.yml
66 lines (56 loc) · 1.56 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
image:
- Visual Studio 2017
- Visual Studio 2015
version: build-{build}
environment:
QT_VER: 5.13.2
EXTRA_MODULES: .skycoder42.datasync
MAKE_RUN_TESTS: true
TARGET_NAME: qtmvvm
matrix:
- PLATFORM: msvc2017_64
- PLATFORM: mingw73_64
- PLATFORM: winrt_x64_msvc2017
- PLATFORM: msvc2017
- PLATFORM: mingw73_32
- PLATFORM: winrt_x86_msvc2017
- PLATFORM: winrt_armv7_msvc2017
- PLATFORM: msvc2015_64
matrix:
exclude:
- PLATFORM: msvc2017_64
image: Visual Studio 2015
- PLATFORM: mingw73_64
image: Visual Studio 2015
- PLATFORM: winrt_x64_msvc2017
image: Visual Studio 2015
- PLATFORM: msvc2017
image: Visual Studio 2015
- PLATFORM: mingw73_32
image: Visual Studio 2015
- PLATFORM: winrt_x86_msvc2017
image: Visual Studio 2015
- PLATFORM: winrt_armv7_msvc2017
image: Visual Studio 2015
- PLATFORM: msvc2015_64
image: Visual Studio 2017
install:
- git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis
- .\qtmodules-travis\ci\win\setup.bat
build_script:
- if "%PLATFORM%" == "mingw73_32" set NO_TESTS=true
- .\qtmodules-travis\ci\win\build.bat
after_build:
- .\qtmodules-travis\ci\win\upload-prepare.bat
artifacts:
- path: install\%TARGET_NAME%_*_%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\qdep\qdep\Cache -> appveyor.yml'