mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 16:11:02 +08:00
Update .travis.yml
This commit is contained in:
parent
98bfd80dfc
commit
009621197e
@ -1,7 +1,10 @@
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
language: cpp
|
language: cpp
|
||||||
cache: ccache
|
cache: ccache
|
||||||
matrix:
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
jobs:
|
||||||
include:
|
include:
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
os: linux
|
os: linux
|
||||||
@ -30,9 +33,6 @@ script:
|
|||||||
export PATH=/usr/local/opt/qt/bin:$PATH;
|
export PATH=/usr/local/opt/qt/bin:$PATH;
|
||||||
fi
|
fi
|
||||||
- cmake -DCMAKE_CXX_COMPILER=$CXX_COMPILER -DCMAKE_C_COMPILER=$C_COMPILER .. && make -j3
|
- cmake -DCMAKE_CXX_COMPILER=$CXX_COMPILER -DCMAKE_C_COMPILER=$C_COMPILER .. && make -j3
|
||||||
after_success:
|
|
||||||
- cd ../sample && $CXX_COMPILER -std=c++11 -O3 main_clock.cpp -o test_clock && ./test_clock
|
|
||||||
- ./build_express_test.sh
|
|
||||||
install:
|
install:
|
||||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||||
brew install gcc5;
|
brew install gcc5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user