File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ osx_image: xcode10.2
1010env :
1111 global :
1212 - QDEP_CACHE_DIR=$HOME/.qdep-cache
13- - QT_VER=5.12.4
13+ - QT_VER=5.13.0
1414 - DOCKER_IMAGE=base
1515 - MAKE_RUN_TESTS=true
1616 - TARGET_NAME=qtservice
@@ -25,16 +25,19 @@ matrix:
2525 - EXTRA_PKG="libsystemd-dev" # in order to build the systemd plugin
2626 - os : linux
2727 env :
28- - PLATFORM=emscripten
28+ - PLATFORM=android_arm64_v8a
2929 - os : linux
3030 env :
31- - PLATFORM=android_arm64_v8a
31+ - PLATFORM=android_x86_64
3232 - os : linux
3333 env :
3434 - PLATFORM=android_armv7
3535 - os : linux
3636 env :
3737 - PLATFORM=android_x86
38+ - os : linux
39+ env :
40+ - PLATFORM=wasm_32
3841 - os : osx
3942 env :
4043 - PLATFORM=clang_64
Original file line number Diff line number Diff line change 44version : build-{build}
55
66environment :
7- QT_VER : 5.12.4
7+ QT_VER : 5.13.0
88 MAKE_RUN_TESTS : true
99 TARGET_NAME : qtservice
1010
You can’t perform that action at this time.
0 commit comments