Skip to content

Commit

Permalink
Missing Boost libraries dependencies are installed in TravisCI now.
Browse files Browse the repository at this point in the history
  • Loading branch information
nemothenoone committed Aug 3, 2019
1 parent b0ee025 commit fec1b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2329,9 +2329,9 @@ script:
fi
elif [[ $CMAKE_BUILD == true ]]; then
if [[ $TRAVIS_OS_NAME == linux ]]; then
sudo ./b2 -j$(nproc) install --with-random;
sudo ./b2 -j$(nproc) install;
elif [[ $TRAVIS_OS_NAME == osx ]]; then
sudo ./b2 -j$(sysctl -n hw.ncpu) install --with-random;
sudo ./b2 -j$(sysctl -n hw.ncpu) install;
fi;
cd libs/multiprecision && mkdir cmake-build && cd cmake-build;
if [[ $(echo $CXXSTD | sed 's/[^0-9]*//g') == 03 ]]; then
Expand Down

0 comments on commit fec1b23

Please sign in to comment.