|
@ -5,35 +5,32 @@ image: |
|
|
version: build-{build} |
|
|
version: build-{build} |
|
|
|
|
|
|
|
|
environment: |
|
|
environment: |
|
|
QT_VER: 5.11.2 |
|
|
QT_VER: 5.12.0 |
|
|
EXTRA_MODULES: .qtremoteobjects;.skycoder42.datasync |
|
|
EXTRA_MODULES: .skycoder42.datasync |
|
|
MAKE_RUN_TESTS: true #experimental |
|
|
MAKE_RUN_TESTS: true #experimental |
|
|
|
|
|
|
|
|
matrix: |
|
|
matrix: |
|
|
- PLATFORM: msvc2017_64 |
|
|
- PLATFORM: msvc2017_64 |
|
|
- PLATFORM: mingw53_32 |
|
|
- PLATFORM: mingw73_64 |
|
|
- PLATFORM: winrt_x64_msvc2017 |
|
|
- PLATFORM: winrt_x64_msvc2017 |
|
|
- PLATFORM: winrt_x86_msvc2017 |
|
|
- PLATFORM: winrt_x86_msvc2017 |
|
|
- PLATFORM: winrt_armv7_msvc2017 |
|
|
- PLATFORM: winrt_armv7_msvc2017 |
|
|
- PLATFORM: msvc2015_64 |
|
|
- PLATFORM: msvc2015_64 |
|
|
- PLATFORM: msvc2015 |
|
|
|
|
|
|
|
|
|
|
|
matrix: |
|
|
matrix: |
|
|
exclude: |
|
|
exclude: |
|
|
- PLATFORM: msvc2017_64 |
|
|
- PLATFORM: msvc2017_64 |
|
|
image: Visual Studio 2015 |
|
|
image: Visual Studio 2015 |
|
|
|
|
|
- PLATFORM: mingw73_64 |
|
|
|
|
|
image: Visual Studio 2015 |
|
|
- PLATFORM: winrt_x64_msvc2017 |
|
|
- PLATFORM: winrt_x64_msvc2017 |
|
|
image: Visual Studio 2015 |
|
|
image: Visual Studio 2015 |
|
|
- PLATFORM: winrt_x86_msvc2017 |
|
|
- PLATFORM: winrt_x86_msvc2017 |
|
|
image: Visual Studio 2015 |
|
|
image: Visual Studio 2015 |
|
|
- PLATFORM: winrt_armv7_msvc2017 |
|
|
- PLATFORM: winrt_armv7_msvc2017 |
|
|
image: Visual Studio 2015 |
|
|
image: Visual Studio 2015 |
|
|
- PLATFORM: mingw53_32 |
|
|
|
|
|
image: Visual Studio 2015 |
|
|
|
|
|
- PLATFORM: msvc2015_64 |
|
|
- PLATFORM: msvc2015_64 |
|
|
image: Visual Studio 2017 |
|
|
image: Visual Studio 2017 |
|
|
- PLATFORM: msvc2015 |
|
|
|
|
|
image: Visual Studio 2017 |
|
|
|
|
|
|
|
|
|
|
|
install: |
|
|
install: |
|
|
- git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis |
|
|
- git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis |
|
|