Skip to content

Commit

Permalink
Set BOOST_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
hivert committed Oct 24, 2018
1 parent eab0a38 commit bc828ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/travis-standard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ $CXX --version
echo "gcc version:"
$CC --version

if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
export BOOST_ROOT="$TRAVIS_BUILD_DIR/../boost-trunk"
fi

mkdir build
cd build
cmake -DBUILD_TESTING=1 -DCMAKE_BUILD_TYPE=Release ..
Expand Down

0 comments on commit bc828ad

Please sign in to comment.