File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ osx_image: xcode10.1
10
10
env :
11
11
global :
12
12
- QDEP_CACHE_DIR=$HOME/.qdep-cache
13
- - QT_VER=5.12.1
13
+ - QT_VER=5.12.2
14
14
- DOCKER_IMAGE=base
15
15
- MAKE_RUN_TESTS=true
16
16
- TARGET_NAME=qtautoupdater
Original file line number Diff line number Diff line change 5
5
version : build-{build}
6
6
7
7
environment :
8
- QT_VER : 5.12.1
8
+ QT_VER : 5.12.2
9
9
MAKE_RUN_TESTS : true
10
10
TARGET_NAME : qtautoupdater
11
11
12
12
matrix :
13
13
- PLATFORM : msvc2017_64
14
14
- PLATFORM : msvc2017
15
15
- PLATFORM : mingw73_64
16
+ - PLATFORM : mingw73_32
16
17
- PLATFORM : msvc2015_64
17
18
18
19
matrix :
@@ -23,6 +24,8 @@ matrix:
23
24
image : Visual Studio 2015
24
25
- PLATFORM : mingw73_64
25
26
image : Visual Studio 2015
27
+ - PLATFORM : mingw73_32
28
+ image : Visual Studio 2015
26
29
- PLATFORM : msvc2015_64
27
30
image : Visual Studio 2017
28
31
You can’t perform that action at this time.
0 commit comments