diff --git a/ci/travis-osx-script.sh b/ci/travis-osx-script.sh index cc6fa99a..afcc3ad0 100755 --- a/ci/travis-osx-script.sh +++ b/ci/travis-osx-script.sh @@ -4,7 +4,8 @@ set -ev mkdir build && cd build conda info -which cmake +echo $PATH +find /usr -name cmake cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DEXTRA_TESTS=OFF make -j4 make test