mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-27 00:31:02 +08:00
Update .travis.yml
This commit is contained in:
parent
646c2de5f4
commit
ff31cf1c91
@ -14,6 +14,7 @@ matrix:
|
|||||||
- g++-5
|
- g++-5
|
||||||
- cmake
|
- cmake
|
||||||
- cmake-data
|
- cmake-data
|
||||||
|
- qt5-default
|
||||||
env:
|
env:
|
||||||
-CXX_COMPILER=g++-5
|
-CXX_COMPILER=g++-5
|
||||||
-C_COMPILER=gcc-5
|
-C_COMPILER=gcc-5
|
||||||
@ -30,7 +31,6 @@ script:
|
|||||||
- cd build
|
- cd build
|
||||||
- cmake --version
|
- cmake --version
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||||
source /opt/qt55/bin/qt55-env.sh;
|
|
||||||
qmake -v;
|
qmake -v;
|
||||||
else
|
else
|
||||||
export PATH=/usr/local/opt/qt/bin:$PATH;
|
export PATH=/usr/local/opt/qt/bin:$PATH;
|
||||||
@ -41,7 +41,6 @@ after_success:
|
|||||||
- ./build_express_test.sh
|
- ./build_express_test.sh
|
||||||
before_install:
|
before_install:
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||||
sudo add-apt-repository --yes ppa:beineri/opt-qt551-trusty;
|
|
||||||
sudo apt-get update -qq;
|
sudo apt-get update -qq;
|
||||||
else
|
else
|
||||||
brew update;
|
brew update;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user