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 352fa01 commit 3f7b798
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ services:

sudo: required
dist: trusty
osx_image: xcode10.1
osx_image: xcode10.2

env:
global:
- QDEP_CACHE_DIR=$HOME/.qdep-cache
- QT_VER=5.12.3
- QT_VER=5.13.0
- DOCKER_IMAGE=datasync
- EXTRA_MODULES=".skycoder42.datasync"
- MAKE_RUN_TESTS=true
Expand All @@ -25,17 +25,20 @@ matrix:
- BUILD_EXAMPLES=true
- os: linux
env:
- PLATFORM=emscripten
- DOCKER_IMAGE=common
- 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
- DOCKER_IMAGE=common
- 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.3
QT_VER: 5.13.0
EXTRA_MODULES: .skycoder42.datasync
MAKE_RUN_TESTS: true
TARGET_NAME: qtmvvm
Expand Down

0 comments on commit 3f7b798

Please sign in to comment.