mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
XCode 10.1 and Qt 5.12.1 on macOS CI
This commit is contained in:
parent
ae70c6e28e
commit
7beebd8c0a
@ -8,7 +8,7 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
osx_image: xcode9.4
|
osx_image: xcode10.1
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: g++
|
compiler: g++
|
||||||
|
|
||||||
|
@ -19,17 +19,17 @@ mkdir build
|
|||||||
cd build
|
cd build
|
||||||
|
|
||||||
export VERBOSE=1
|
export VERBOSE=1
|
||||||
export QT_CI_PACKAGES="qt.qt5.597.clang_64,qt.qt5.597.qtwebengine"
|
export QT_CI_PACKAGES="qt.qt5.5121.clang_64,qt.qt5.5121.qtwebengine"
|
||||||
|
|
||||||
git clone https://github.com/tamlok/qtci.git
|
git clone https://github.com/tamlok/qtci.git
|
||||||
source qtci/path.env
|
source qtci/path.env
|
||||||
|
|
||||||
install-qt 5.9.7
|
install-qt 5.12.1
|
||||||
source qt-5.9.7.env
|
source qt-5.12.1.env
|
||||||
|
|
||||||
echo $PATH
|
echo $PATH
|
||||||
|
|
||||||
QTDIR="${project_dir}/build/Qt/5.9.7/clang_64"
|
QTDIR="${project_dir}/build/Qt/5.12.1/clang_64"
|
||||||
LDFLAGS=-L$QTDIR/lib
|
LDFLAGS=-L$QTDIR/lib
|
||||||
CPPFLAGS=-I$QTDIR/include
|
CPPFLAGS=-I$QTDIR/include
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user