chore(.travis): install valgrind before we install c++ compiler
This commit is contained in:
parent
cab1811927
commit
bf02c54591
1 changed files with 2 additions and 2 deletions
|
@ -171,11 +171,11 @@ install:
|
||||||
sudo cp -v ninja /usr/bin/;
|
sudo cp -v ninja /usr/bin/;
|
||||||
cd ..;
|
cd ..;
|
||||||
- until sudo apt-get -qq install libstdc++-4.8-dev; do echo retry; done
|
- until sudo apt-get -qq install libstdc++-4.8-dev; do echo retry; done
|
||||||
- if [[ $CMAKE_CXX_COMPILER == g++-4.8 ]]; then until sudo apt-get -qq install g++-4.8; do echo retry; done fi
|
|
||||||
- if [[ $CMAKE_CXX_COMPILER == clang++-3.3 ]]; then until sudo apt-get -qq install clang-3.3; do echo retry; done fi
|
|
||||||
- if [[ $REPO == BLESSED && $MEMCHECK == TRUE ]]; then
|
- if [[ $REPO == BLESSED && $MEMCHECK == TRUE ]]; then
|
||||||
sudo apt-get -qq install valgrind;
|
sudo apt-get -qq install valgrind;
|
||||||
fi
|
fi
|
||||||
|
- if [[ $CMAKE_CXX_COMPILER == g++-4.8 ]]; then until sudo apt-get -qq install g++-4.8; do echo retry; done fi
|
||||||
|
- if [[ $CMAKE_CXX_COMPILER == clang++-3.3 ]]; then until sudo apt-get -qq install clang-3.3; do echo retry; done fi
|
||||||
- if [[ $REPO == BLESSED && ($UPLOAD || $BUILD_DOXYGEN == TRUE) ]]; then
|
- if [[ $REPO == BLESSED && ($UPLOAD || $BUILD_DOXYGEN == TRUE) ]]; then
|
||||||
sudo apt-get -qq install python python-pip;
|
sudo apt-get -qq install python python-pip;
|
||||||
sudo pip install dropbox;
|
sudo pip install dropbox;
|
||||||
|
|
Loading…
Reference in a new issue