Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 9b5d7e2

Browse files
committed
update ci to 5.12.0
1 parent e9d15bb commit 9b5d7e2

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ services:
55

66
sudo: required
77
dist: trusty
8-
osx_image: xcode10
8+
osx_image: xcode10.1
99

1010
env:
1111
global:
1212
- QPMX_CACHE_DIR=$HOME/.qpmx-cache
13-
- QT_VER=5.11.2
14-
- EXTRA_MODULES=".qtremoteobjects .skycoder42.datasync"
13+
- QT_VER=5.12.0
14+
- EXTRA_MODULES=".skycoder42.datasync"
1515
- DOCKER_IMAGE=datasync
1616
- MAKE_RUN_TESTS=true #experimental
1717

@@ -22,6 +22,9 @@ matrix:
2222
- PLATFORM=gcc_64
2323
- BUILD_DOC=true
2424
- BUILD_EXAMPLES=true
25+
- os: linux
26+
env:
27+
- PLATFORM=android_arm64_v8a
2528
- os: linux
2629
env:
2730
- PLATFORM=android_armv7

appveyor.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,32 @@ image:
55
version: build-{build}
66

77
environment:
8-
QT_VER: 5.11.2
9-
EXTRA_MODULES: .qtremoteobjects;.skycoder42.datasync
8+
QT_VER: 5.12.0
9+
EXTRA_MODULES: .skycoder42.datasync
1010
MAKE_RUN_TESTS: true #experimental
1111

1212
matrix:
1313
- PLATFORM: msvc2017_64
14-
- PLATFORM: mingw53_32
14+
- PLATFORM: mingw73_64
1515
- PLATFORM: winrt_x64_msvc2017
1616
- PLATFORM: winrt_x86_msvc2017
1717
- PLATFORM: winrt_armv7_msvc2017
1818
- PLATFORM: msvc2015_64
19-
- PLATFORM: msvc2015
2019

2120
matrix:
2221
exclude:
2322
- PLATFORM: msvc2017_64
2423
image: Visual Studio 2015
24+
- PLATFORM: mingw73_64
25+
image: Visual Studio 2015
2526
- PLATFORM: winrt_x64_msvc2017
2627
image: Visual Studio 2015
2728
- PLATFORM: winrt_x86_msvc2017
2829
image: Visual Studio 2015
2930
- PLATFORM: winrt_armv7_msvc2017
3031
image: Visual Studio 2015
31-
- PLATFORM: mingw53_32
32-
image: Visual Studio 2015
3332
- PLATFORM: msvc2015_64
3433
image: Visual Studio 2017
35-
- PLATFORM: msvc2015
36-
image: Visual Studio 2017
3734

3835
install:
3936
- git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis

0 commit comments

Comments
 (0)