Skycoder42
7 years ago
No known key found for this signature in database
GPG Key ID: 8E01AD9EF0578D2B
2 changed files with
5 additions and
5 deletions
-
.travis.yml
-
appveyor.yml
|
|
@ -5,12 +5,12 @@ services: |
|
|
|
|
|
|
|
sudo: required |
|
|
|
dist: trusty |
|
|
|
osx_image: xcode9.2 |
|
|
|
osx_image: xcode9.3 |
|
|
|
|
|
|
|
env: |
|
|
|
global: |
|
|
|
- QPMX_CACHE_DIR=$HOME/.qpmx-cache |
|
|
|
- QT_VER=5.11.0 |
|
|
|
- QT_VER=5.11.1 |
|
|
|
- EXTRA_MODULES=".qtremoteobjects .skycoder42.datasync" |
|
|
|
- DOCKER_IMAGE=datasync |
|
|
|
|
|
|
|
|
|
@ -5,7 +5,7 @@ image: |
|
|
|
version: build-{build} |
|
|
|
|
|
|
|
environment: |
|
|
|
QT_VER: 5.11.0 |
|
|
|
QT_VER: 5.11.1 |
|
|
|
EXTRA_MODULES: .qtremoteobjects;.skycoder42.datasync |
|
|
|
|
|
|
|
matrix: |
|
|
@ -27,12 +27,12 @@ matrix: |
|
|
|
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 |
|
|
|
- PLATFORM: mingw53_32 |
|
|
|
image: Visual Studio 2017 |
|
|
|
|
|
|
|
install: |
|
|
|
- git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis |
|
|
|