Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6897980

Browse filesBrowse files
committed
update CI to 5.13.0
1 parent 16a2495 commit 6897980
Copy full SHA for 6897980

File tree

2 files changed

+7
-4
lines changed
Filter options

2 files changed

+7
-4
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+6-3Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ osx_image: xcode10.2
1010
env:
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

‎appveyor.yml

Copy file name to clipboardExpand all lines: appveyor.yml
+1-1Lines 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.4
7+
QT_VER: 5.13.0
88
MAKE_RUN_TESTS: true
99
TARGET_NAME: qtservice
1010

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.