This repository was archived by the owner on Mar 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ services:
55
66sudo : required
77dist : trusty
8- osx_image : xcode10
8+ osx_image : xcode10.1
99
1010env :
1111 global :
1212 - QPMX_CACHE_DIR=$HOME/.qpmx-cache
13- - QT_VER=5.11.2
14- - EXTRA_MODULES=".qtremoteobjects . skycoder42.datasync"
13+ - QT_VER=5.12.0
14+ - EXTRA_MODULES=".skycoder42.datasync"
1515 - DOCKER_IMAGE=datasync
1616 - MAKE_RUN_TESTS=true # experimental
1717
@@ -22,6 +22,9 @@ matrix:
2222 - PLATFORM=gcc_64
2323 - BUILD_DOC=true
2424 - BUILD_EXAMPLES=true
25+ - os : linux
26+ env :
27+ - PLATFORM=android_arm64_v8a
2528 - os : linux
2629 env :
2730 - PLATFORM=android_armv7
Original file line number Diff line number Diff line change 55version : build-{build}
66
77environment :
8- QT_VER : 5.11.2
9- EXTRA_MODULES : .qtremoteobjects;. skycoder42.datasync
8+ QT_VER : 5.12.0
9+ EXTRA_MODULES : .skycoder42.datasync
1010 MAKE_RUN_TESTS : true # experimental
1111
1212 matrix :
1313 - PLATFORM : msvc2017_64
14- - PLATFORM : mingw53_32
14+ - PLATFORM : mingw73_64
1515 - PLATFORM : winrt_x64_msvc2017
1616 - PLATFORM : winrt_x86_msvc2017
1717 - PLATFORM : winrt_armv7_msvc2017
1818 - PLATFORM : msvc2015_64
19- - PLATFORM : msvc2015
2019
2120matrix :
2221 exclude :
2322 - PLATFORM : msvc2017_64
2423 image : Visual Studio 2015
24+ - PLATFORM : mingw73_64
25+ image : Visual Studio 2015
2526 - PLATFORM : winrt_x64_msvc2017
2627 image : Visual Studio 2015
2728 - PLATFORM : winrt_x86_msvc2017
2829 image : Visual Studio 2015
2930 - PLATFORM : winrt_armv7_msvc2017
3031 image : Visual Studio 2015
31- - PLATFORM : mingw53_32
32- image : Visual Studio 2015
3332 - PLATFORM : msvc2015_64
3433 image : Visual Studio 2017
35- - PLATFORM : msvc2015
36- image : Visual Studio 2017
3734
3835install :
3936 - git clone https://github.com/Skycoder42/QtModules.git .\qtmodules-travis
You can’t perform that action at this time.
0 commit comments