2
0
mirror of https://github.com/boostorg/dll.git synced 2026-02-21 02:52:17 +00:00

Install valgrind in TravisCI script

This commit is contained in:
Antony Polukhin
2015-09-02 22:26:53 +03:00
parent 283ef8956b
commit 595825d60b

View File

@@ -61,6 +61,8 @@ before_install:
- TRAVIS_BUILD_DIR=$BOOST/libs/$PROJECT_TO_TEST
- ./bootstrap.sh
- ./b2 headers
- sudo apt-get update -qq
- sudo apt-get install -qq valgrind
- cd $BOOST/libs/$PROJECT_TO_TEST/test/
script: