You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.4 KiB
61 lines
1.4 KiB
image:
|
|
- Visual Studio 2017
|
|
- Visual Studio 2015
|
|
|
|
version: build-{build}
|
|
|
|
environment:
|
|
QT_VER: 5.11.1
|
|
EXTRA_MODULES: .qtremoteobjects;.skycoder42.datasync
|
|
MAKE_RUN_TESTS: true #experimental
|
|
|
|
matrix:
|
|
- PLATFORM: msvc2017_64
|
|
- PLATFORM: mingw53_32
|
|
- PLATFORM: winrt_x64_msvc2017
|
|
- PLATFORM: winrt_x86_msvc2017
|
|
- PLATFORM: winrt_armv7_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: winrt_armv7_msvc2017
|
|
image: Visual Studio 2015
|
|
- PLATFORM: mingw53_32
|
|
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
|
|
- .\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'
|
|
|