Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Nov 4, 2021
1 parent 5cb19aa commit 80e4b2c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,14 @@ if [ "$BUILD_TUTORIALS" = "ON" ]; then
make -j$num_threads all tutorials
fi

make -j$num_threads install

# dartpy: build, test, and install
if [ "$BUILD_DARTPY" = "ON" ]; then
make -j$num_threads dartpy
make pytest
make -j$num_threads install-dartpy
fi

make -j$num_threads install

# Codecov
if [ "$CODECOV" = "ON" ]; then
lcov --directory . --capture --output-file coverage.info
Expand Down

0 comments on commit 80e4b2c

Please sign in to comment.