Skip to content

Commit 44ba0d5

Browse files
committed
rebuild for Qt 5.11.0
1 parent ca0775f commit 44ba0d5

File tree

4 files changed

+9
-17
lines changed

4 files changed

+9
-17
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,27 @@ services:
55

66
sudo: required
77
dist: trusty
8-
osx_image: xcode9.2
8+
osx_image: xcode9.3
99

1010
env:
1111
global:
1212
- QPMX_CACHE_DIR=$HOME/.qpmx-cache
13-
- QT_VER=5.10.1
13+
- QT_VER=5.11.0
1414

1515
matrix:
1616
include:
1717
- os: linux
1818
env:
1919
- PLATFORM=gcc_64
2020
- BUILD_DOC=true
21+
- BUILD_EXAMPLES=true
2122
- os: osx
2223
env:
2324
- PLATFORM=clang_64
2425

2526
before_install:
2627
- git clone https://github.com/Skycoder42/QtModules.git ./qtmodules-travis
27-
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then travis_wait 40 ./qtmodules-travis/ci/$TRAVIS_OS_NAME/setup.sh; else ./qtmodules-travis/ci/$TRAVIS_OS_NAME/setup.sh; fi
28+
- travis_wait 40 ./qtmodules-travis/ci/$TRAVIS_OS_NAME/setup.sh
2829

2930
script:
3031
- ./qtmodules-travis/ci/$TRAVIS_OS_NAME/build.sh
@@ -37,15 +38,16 @@ deploy:
3738
api_key:
3839
secure: xYCYVjv0F8C/5K5rt/oTofAU+PQNHp0wAwc8YHf8Fqf/VClFFxCVqcC9XWvy6bEnYotfkSk9TGo1CKW6fW9yZ0kQ4CjD1/V0U5PJweBqkY3i25QxWsHQ3rmzd1KWYxIra0mIujDiXbQWS3teMJpV2tpEMo+dTwXu4/mnQmbejlUcGAVgZbUOCgYvOKcBAZfeG8LnXvJLjfrJPoa5sXjrZSPbjiQBtQw0Cr2f1YPzaPftZB3pzsOtfELk+fG1h5sRfgE8rTCErQG3nkGytuchYhMH4ze0bsgHj04LeaqwRSrXQi67ZobrWIGNAUTjIlqI8NJLXHOYM6E8EgIDJVWIVhzmMvnwYyLOpZY//OVS1MNOBbhsmQ/vJC0xfLVR5EUPKGiqCAlNZ3O9ADwm+mryoCZ4S5I+13qa5xRQosmzh6kPzgziVhmBkG+bKODDRWUn8qBC4YAaViyAq7KgS3i/Rt8NzKI1Dti9MulP+eaf5LHsudhz7SosyrsEFVtdpUDICs+gN6gPWPaH87spKY87Hq07mz6blvIxK9TmnmYMrxtXKiCHIfmGON4XiQMxI+woR5h9m/+htWyJJqYAsTWY+gS5Mg7t9tPB7kIbCkNkcpcpVRvWsYM1ZySQ567PvADvK6oCVogSfFQLiZgnTTLR8WObqtQdD/Dzer7CXUTrIqM=
3940
file_glob: true
40-
file: install/opt/build_*_$QT_VER.tar.xz
41+
file: install/build_*_$QT_VER.tar.xz
4142
on:
4243
repo: Skycoder42/QtAutoUpdater
4344
tags: true
4445

4546
before_cache:
4647
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
4748
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
48-
- rm -fr $QPMX_CACHE_DIR/locks
49+
- rm -rf $QPMX_CACHE_DIR/locks
50+
- rm -rf $QPMX_CACHE_DIR/tmp
4951
cache:
5052
directories:
5153
- $HOME/.gradle/caches/

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
55
version: build-{build}
66

77
environment:
8-
QT_VER: 5.10.1
8+
QT_VER: 5.11.0
99

1010
matrix:
1111
- PLATFORM: msvc2017_64

deploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A Qt library to automatically check for updates and install them.",
44
"modules": [ "QtAutoUpdaterCore", "QtAutoUpdaterGui" ],
55
"dependencies": [],
6-
"excludes": [ "static", "android", "ios", "winrt" ],
6+
"excludes": [ "android", "ios", "winrt" ],
77
"license": {
88
"name": "BSD-3-Clause",
99
"path": "LICENSE"

repogen.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)