Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit c7abcea

Browse files
committed
update ci to 5.12.2, add mingw73 32
1 parent d3a6b72 commit c7abcea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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=common
1515
- EXTRA_MODULES=".skycoder42.jsonserializer .skycoder42.service"
1616
- MAKE_RUN_TESTS=true

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ image:
44
version: build-{build}
55

66
environment:
7-
QT_VER: 5.12.1
7+
QT_VER: 5.12.2
88
EXTRA_MODULES: .qtremoteobjects;.skycoder42.jsonserializer;.skycoder42.service
99
MAKE_RUN_TESTS: true
1010
TARGET_NAME: qtdatasync
1111

1212
matrix:
1313
- PLATFORM: msvc2017_64
1414
- PLATFORM: mingw73_64
15+
- PLATFORM: mingw73_32
1516
- PLATFORM: winrt_x64_msvc2017
1617
- PLATFORM: msvc2017
1718
- PLATFORM: winrt_x86_msvc2017

0 commit comments

Comments
 (0)