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

Commit 3f7b798

Browse files
committed
update ci to 5.13.0
1 parent 352fa01 commit 3f7b798

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.travis.yml

Lines changed: 8 additions & 5 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=datasync
1515
- EXTRA_MODULES=".skycoder42.datasync"
1616
- MAKE_RUN_TESTS=true
@@ -25,17 +25,20 @@ matrix:
2525
- BUILD_EXAMPLES=true
2626
- os: linux
2727
env:
28-
- PLATFORM=emscripten
29-
- DOCKER_IMAGE=common
28+
- PLATFORM=android_arm64_v8a
3029
- os: linux
3130
env:
32-
- PLATFORM=android_arm64_v8a
31+
- PLATFORM=android_x86_64
3332
- os: linux
3433
env:
3534
- PLATFORM=android_armv7
3635
- os: linux
3736
env:
3837
- PLATFORM=android_x86
38+
- os: linux
39+
env:
40+
- PLATFORM=wasm_32
41+
- DOCKER_IMAGE=common
3942
- os: osx
4043
env:
4144
- PLATFORM=clang_64

appveyor.yml

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

77
environment:
8-
QT_VER: 5.12.3
8+
QT_VER: 5.13.0
99
EXTRA_MODULES: .skycoder42.datasync
1010
MAKE_RUN_TESTS: true
1111
TARGET_NAME: qtmvvm

0 commit comments

Comments
 (0)