forked from Skycoder42/QtApng
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
57 lines (47 loc) · 1.29 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
image:
- Visual Studio 2017
- Visual Studio 2015
version: build-{build}
environment:
QT_VER: 5.12.0
matrix:
- PLATFORM: msvc2017_64
- PLATFORM: mingw73_64
- PLATFORM: winrt_x64_msvc2017
- PLATFORM: 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: 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:
- echo CONFIG += libpng_static >> .qmake.conf
- .\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'