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.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Jun 25, 2019
1 parent 97a2344 commit 301b59a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ osx_image: xcode10.2
env:
global:
- QDEP_CACHE_DIR=$HOME/.qdep-cache
- QT_VER=5.12.4
- QT_VER=5.13.0
- DOCKER_IMAGE=base
- MAKE_RUN_TESTS=true
- TARGET_NAME=qtapng
Expand All @@ -24,16 +24,19 @@ matrix:
- BUILD_EXAMPLES=true
- os: linux
env:
- PLATFORM=emscripten
- PLATFORM=android_arm64_v8a
- os: linux
env:
- PLATFORM=android_arm64_v8a
- PLATFORM=android_x86_64
- os: linux
env:
- PLATFORM=android_armv7
- os: linux
env:
- PLATFORM=android_x86
- os: linux
env:
- PLATFORM=wasm_32
- os: osx
env:
- PLATFORM=clang_64
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
version: build-{build}

environment:
QT_VER: 5.12.4
QT_VER: 5.13.0
MAKE_RUN_TESTS: true
TARGET_NAME: qtapng

Expand Down

0 comments on commit 301b59a

Please sign in to comment.