Skip to content

Commit

Permalink
remove which cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakonos committed Sep 4, 2024
1 parent 12a600b commit 3a2c706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/travis-osx-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a2c706

Please sign in to comment.