Skip to content

Commit

Permalink
Enable Arrow CSV functionality with -D ARROW_CSV=ON in MATLAB CI wo…
Browse files Browse the repository at this point in the history
…rkflow script.

Co-authored-by: Sarah Gilmore <[email protected]>
  • Loading branch information
kevingurney and sgilmore10 committed Sep 18, 2023
1 parent bedaf98 commit 0fb1f14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/scripts/matlab_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ cmake \
-G Ninja \
-D MATLAB_BUILD_TESTS=ON \
-D CMAKE_INSTALL_PREFIX=${install_dir} \
-D MATLAB_ADD_INSTALL_DIR_TO_SEARCH_PATH=OFF
-D MATLAB_ADD_INSTALL_DIR_TO_SEARCH_PATH=OFF \
-D ARROW_CSV=ON
cmake --build ${build_dir} --config Release --target install
ctest --test-dir ${build_dir}

0 comments on commit 0fb1f14

Please sign in to comment.