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

Commit 4053212

Browse files
committed
update CI to 5.13
1 parent c4d3679 commit 4053212

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ services:
55

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

1010
env:
1111
global:
1212
- QDEP_CACHE_DIR=$HOME/.qdep-cache
13-
- QT_VER=5.12.3
13+
- QT_VER=5.13.0
1414
- DOCKER_IMAGE=common
1515
- EXTRA_MODULES=".skycoder42.jsonserializer .skycoder42.service"
1616
- MAKE_RUN_TESTS=true
@@ -28,6 +28,9 @@ matrix:
2828
- os: linux
2929
env:
3030
- PLATFORM=android_arm64_v8a
31+
- os: linux
32+
env:
33+
- PLATFORM=android_x86_64
3134
- os: linux
3235
env:
3336
- PLATFORM=android_armv7

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image:
44
version: build-{build}
55

66
environment:
7-
QT_VER: 5.12.3
7+
QT_VER: 5.13.0
88
EXTRA_MODULES: .qtremoteobjects;.skycoder42.jsonserializer;.skycoder42.service
99
MAKE_RUN_TESTS: true
1010
TARGET_NAME: qtdatasync

deploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
".skycoder42.jsonserializer",
77
".skycoder42.service"
88
],
9-
"excludes": [ "msvc2015" ],
9+
"excludes": [ "wasm", "msvc2015" ],
1010
"license": {
1111
"name": "BSD-3-Clause",
1212
"path": "LICENSE"

0 commit comments

Comments
 (0)