Skip to content

Commit

Permalink
Attempt updating Qt version on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xb8 committed Sep 2, 2018
1 parent 812efe7 commit a510005
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ shallow_clone: true
clone_depth: 1

environment:
QTDIR: C:\Qt\5.7\mingw53_32
QTDIR: C:\Qt\5.11.1\mingw53_32

install:
- set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw530_32\bin;%PATH%
Expand Down
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ addons:
install:
- lsb_release -a
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 60
- sudo apt-add-repository -y ppa:beineri/opt-qt58-trusty
- sudo apt-add-repository -y ppa:beineri/opt-qt-5.10.1-trusty
- sudo apt-get -qq update
- sudo apt-get -qq install qt58tools qt58base qt58svg qt58imageformats qt58translations
- sudo apt-get -qq install qt510tools qt510base qt510svg qt510imageformats qt510translations

script:
- QTDIR="/opt/qt58"
- QTDIR="/opt/qt510"
- PATH="$QTDIR/bin:$PATH"
- qt58-env.sh
- qt510-env.sh
- qmake CONFIG+=release
- make

0 comments on commit a510005

Please sign in to comment.