Skip to content

Commit

Permalink
update ci to 5.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Mar 16, 2019
1 parent 1de4743 commit ea26dca
Show file tree
Hide file tree
Showing 2 changed files with 5 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=base
- MAKE_RUN_TESTS=true
- TARGET_NAME=qtautoupdater
Expand Down
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ image:
version: build-{build}

environment:
QT_VER: 5.12.1
QT_VER: 5.12.2
MAKE_RUN_TESTS: true
TARGET_NAME: qtautoupdater

matrix:
- PLATFORM: msvc2017_64
- PLATFORM: msvc2017
- PLATFORM: mingw73_64
- PLATFORM: mingw73_32
- PLATFORM: msvc2015_64

matrix:
Expand All @@ -23,6 +24,8 @@ matrix:
image: Visual Studio 2015
- PLATFORM: mingw73_64
image: Visual Studio 2015
- PLATFORM: mingw73_32
image: Visual Studio 2015
- PLATFORM: msvc2015_64
image: Visual Studio 2017

Expand Down

0 comments on commit ea26dca

Please sign in to comment.