Revert "XCode 10.1 and Qt 5.12.1 on macOS CI"

This reverts commit 7beebd8c0ad1fb2cd4c3f872b2df0d1523301445.
This commit is contained in:
Le Tan 2019-03-21 09:12:14 +08:00
parent 4890749b5d
commit 03e9982980
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ matrix:
include:
- os: osx
compiler: clang
osx_image: xcode10.1
osx_image: xcode9.4
- os: linux
compiler: g++

View File

@ -19,17 +19,17 @@ mkdir build
cd build
export VERBOSE=1
export QT_CI_PACKAGES="qt.qt5.5121.clang_64,qt.qt5.5121.qtwebengine"
export QT_CI_PACKAGES="qt.qt5.597.clang_64,qt.qt5.597.qtwebengine"
git clone https://github.com/tamlok/qtci.git
source qtci/path.env
install-qt 5.12.1
source qt-5.12.1.env
install-qt 5.9.7
source qt-5.9.7.env
echo $PATH
QTDIR="${project_dir}/build/Qt/5.12.1/clang_64"
QTDIR="${project_dir}/build/Qt/5.9.7/clang_64"
LDFLAGS=-L$QTDIR/lib
CPPFLAGS=-I$QTDIR/include