File tree 2 files changed +7
-4
lines changed
Filter options
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
10
10
env :
11
11
global :
12
12
- QDEP_CACHE_DIR=$HOME/.qdep-cache
13
- - QT_VER=5.12.4
13
+ - QT_VER=5.13.0
14
14
- DOCKER_IMAGE=base
15
15
- MAKE_RUN_TESTS=true
16
16
- TARGET_NAME=qtservice
@@ -25,16 +25,19 @@ matrix:
25
25
- EXTRA_PKG="libsystemd-dev" # in order to build the systemd plugin
26
26
- os : linux
27
27
env :
28
- - PLATFORM=emscripten
28
+ - PLATFORM=android_arm64_v8a
29
29
- os : linux
30
30
env :
31
- - PLATFORM=android_arm64_v8a
31
+ - PLATFORM=android_x86_64
32
32
- os : linux
33
33
env :
34
34
- PLATFORM=android_armv7
35
35
- os : linux
36
36
env :
37
37
- PLATFORM=android_x86
38
+ - os : linux
39
+ env :
40
+ - PLATFORM=wasm_32
38
41
- os : osx
39
42
env :
40
43
- PLATFORM=clang_64
Original file line number Diff line number Diff line change 4
4
version : build-{build}
5
5
6
6
environment :
7
- QT_VER : 5.12.4
7
+ QT_VER : 5.13.0
8
8
MAKE_RUN_TESTS : true
9
9
TARGET_NAME : qtservice
10
10
You can’t perform that action at this time.
0 commit comments