Skip to content

Commit

Permalink
Disable tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Sep 18, 2023
1 parent 032dcc7 commit 3ca4a3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/scripts/matlab_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ cmake \
-S ${source_dir} \
-B ${build_dir} \
-G Ninja \
-D MATLAB_BUILD_TESTS=ON \
-D CMAKE_INSTALL_PREFIX=${install_dir} \
-D MATLAB_ADD_INSTALL_DIR_TO_SEARCH_PATH=OFF
cmake --build ${build_dir} --config Release --target install
Expand Down

0 comments on commit 3ca4a3e

Please sign in to comment.