mirror of https://gitee.com/bigwinds/arangodb
parent
da6c5fea56
commit
0a8fa5be48
|
@ -12,7 +12,6 @@ branches:
|
|||
- "3.0"
|
||||
|
||||
language: cpp
|
||||
cache: ccache
|
||||
compiler: g++
|
||||
sudo: false
|
||||
|
||||
|
@ -40,8 +39,8 @@ install:
|
|||
|
||||
# prepare environment
|
||||
- export PATH="$HOME/bin:$PATH"
|
||||
- export CXX="ccache g++-4.9"
|
||||
- export CC="ccache gcc-4.9"
|
||||
- export CXX="g++-4.9"
|
||||
- export CC="gcc-4.9"
|
||||
- export CFLAGS="-B$HOME/bin/gold $CFLAGS"
|
||||
- export CXXFLAGS="-B$HOME/bin/gold $CXXFLAGS"
|
||||
|
||||
|
|
Loading…
Reference in New Issue