From 38478f061a8df821001eec70b2f6e300f8c20de9 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sun, 24 Feb 2019 13:19:31 -0500 Subject: Add Boost to the coverage build So we can test coverage on things like #1839 --- src/scripts/ci/setup_travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/ci/setup_travis.sh') diff --git a/src/scripts/ci/setup_travis.sh b/src/scripts/ci/setup_travis.sh index 46292cbb6..ab8d7e774 100755 --- a/src/scripts/ci/setup_travis.sh +++ b/src/scripts/ci/setup_travis.sh @@ -53,7 +53,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then elif [ "$BUILD_MODE" = "coverage" ]; then sudo apt-get -qq update - sudo apt-get install trousers libtspi-dev lcov python-coverage + sudo apt-get install trousers libtspi-dev lcov python-coverage libboost-all-dev git clone --depth 1 https://github.com/randombit/botan-ci-tools -- cgit v1.2.3