mirror of
https://github.com/google/benchmark.git
synced 2024-11-25 14:31:58 +00:00
Print information about travis enviroment
This commit is contained in:
parent
bf58a90067
commit
bf063941d4
|
@ -17,6 +17,8 @@ language:
|
||||||
- cpp
|
- cpp
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- uname -a
|
||||||
|
- cmake --version
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$STD" = "c++11" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
|
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$STD" = "c++11" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$STD" = "c++11" ]; then sudo apt-get update -qq; fi
|
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$STD" = "c++11" ]; then sudo apt-get update -qq; fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue