attempted fix to .travis.yml
This commit is contained in:
parent
6b555ea142
commit
ee260508be
|
@ -36,11 +36,11 @@ before_install:
|
||||||
- git submodule foreach git pull origin master --depth=1
|
- git submodule foreach git pull origin master --depth=1
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ $variant == "test_debug" ]; then
|
- 'if [ $variant == "test_debug" ]; then
|
||||||
'echo "using gcc : : ccache g++-4.8 : <cxxflags>-std=c++11 <compileflags>-fsanitize=address <linkflags>-fsanitize=address ;" > ~/user-config.jam';
|
echo "using gcc : : ccache g++-4.8 : <cxxflags>-std=c++11 <compileflags>-fsanitize=address <linkflags>-fsanitize=address ;" > ~/user-config.jam;
|
||||||
else;
|
else;
|
||||||
'echo "using gcc : : ccache g++-4.8 : <cxxflags>-std=c++11 ;" > ~/user-config.jam';
|
echo "using gcc : : ccache g++-4.8 : <cxxflags>-std=c++11 ;" > ~/user-config.jam;
|
||||||
fi
|
fi'
|
||||||
- 'echo "using clang : : ccache clang++ : <cxxflags>-std=c++11 ;" >> ~/user-config.jam'
|
- 'echo "using clang : : ccache clang++ : <cxxflags>-std=c++11 ;" >> ~/user-config.jam'
|
||||||
- 'echo "using python : 2.7 ;" >> ~/user-config.jam'
|
- 'echo "using python : 2.7 ;" >> ~/user-config.jam'
|
||||||
- ccache -V && ccache --show-stats && ccache --zero-stats
|
- ccache -V && ccache --show-stats && ccache --zero-stats
|
||||||
|
|
Loading…
Reference in New Issue