Skip to content

Commit ea26dca

Browse files
committed
update ci to 5.12.2
1 parent 1de4743 commit ea26dca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ osx_image: xcode10.1
1010
env:
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

appveyor.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ image:
55
version: build-{build}
66

77
environment:
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

1819
matrix:
@@ -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

0 commit comments

Comments
 (0)