Skip to content

Commit

Permalink
osx
Browse files Browse the repository at this point in the history
  • Loading branch information
wgledbetter committed Sep 1, 2020
1 parent 329ebed commit 752436e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -771,8 +771,12 @@ matrix:
# osx_image: xcode11

- os: osx
env: TOOLSET=clang COMPILER=clang++ CXXSTD=c++14 TEST_SUITE=quadrature
env: TOOLSET=clang COMPILER=clang++ CXXSTD=c++14 TEST_SUITE="quadrature include=/usr/local/include/eigen3"
osx_image: xcode11
addons:
homebrew:
packages:
eigen

# - os: osx
# env: TOOLSET=clang COMPILER=clang++ CXXSTD=c++14 TEST_SUITE=float128_tests
Expand Down

0 comments on commit 752436e

Please sign in to comment.