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

Commit

Permalink
update ci to 5.12.2, add mingw73 32
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Mar 18, 2019
1 parent d3a6b72 commit c7abcea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ osx_image: xcode10.1
env:
global:
- QDEP_CACHE_DIR=$HOME/.qdep-cache
- QT_VER=5.12.1
- QT_VER=5.12.2
- DOCKER_IMAGE=common
- EXTRA_MODULES=".skycoder42.jsonserializer .skycoder42.service"
- MAKE_RUN_TESTS=true
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ image:
version: build-{build}

environment:
QT_VER: 5.12.1
QT_VER: 5.12.2
EXTRA_MODULES: .qtremoteobjects;.skycoder42.jsonserializer;.skycoder42.service
MAKE_RUN_TESTS: true
TARGET_NAME: qtdatasync

matrix:
- PLATFORM: msvc2017_64
- PLATFORM: mingw73_64
- PLATFORM: mingw73_32
- PLATFORM: winrt_x64_msvc2017
- PLATFORM: msvc2017
- PLATFORM: winrt_x86_msvc2017
Expand Down

0 comments on commit c7abcea

Please sign in to comment.