Commit 963be020 authored by gejun's avatar gejun

explicitly appoint CXX and CC to cmake of gtest

parent 5a898e14
......@@ -12,7 +12,7 @@ sudo: required
install:
- sudo apt-get install -qq realpath libgflags-dev libprotobuf-dev libprotoc-dev protobuf-compiler libleveldb-dev libgoogle-perftools-dev
- sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libgtest* /usr/lib/ && cd -
- sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo CXX=$CXX CC=$CC cmake . && sudo make && sudo mv libgtest* /usr/lib/ && cd -
script:
- sh build_in_travis_ci.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment