File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 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
1010env :
1111 global :
1212 - QDEP_CACHE_DIR=$HOME/.qdep-cache
13- - QT_VER=5.12.1
13+ - QT_VER=5.12.2
1414 - DOCKER_IMAGE=base
1515 - MAKE_RUN_TESTS=true
1616 - TARGET_NAME=qtautoupdater
Original file line number Diff line number Diff line change 55version : build-{build}
66
77environment :
8- QT_VER : 5.12.1
8+ QT_VER : 5.12.2
99 MAKE_RUN_TESTS : true
1010 TARGET_NAME : qtautoupdater
1111
1212 matrix :
1313 - PLATFORM : msvc2017_64
1414 - PLATFORM : msvc2017
1515 - PLATFORM : mingw73_64
16+ - PLATFORM : mingw73_32
1617 - PLATFORM : msvc2015_64
1718
1819matrix :
@@ -23,6 +24,8 @@ matrix:
2324 image : Visual Studio 2015
2425 - PLATFORM : mingw73_64
2526 image : Visual Studio 2015
27+ - PLATFORM : mingw73_32
28+ image : Visual Studio 2015
2629 - PLATFORM : msvc2015_64
2730 image : Visual Studio 2017
2831
You can’t perform that action at this time.
0 commit comments