Skip to content

Commit

Permalink
TravisCI integration updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
nemothenoone committed Jul 15, 2019
1 parent d6f62ac commit 943d27d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,9 @@ script:
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
CXXSTD=c++98;
fi
- cmake -DCMAKE_CXX_STANDARD=$(echo $CXXSTD | sed 's/[^0-9]*//g') ..
- if [[ $TRAVIS_OS_NAME == linux ]]; then
make -j$(nproc) tests-multiprecision;
Expand Down

0 comments on commit 943d27d

Please sign in to comment.