Skip to content

Commit

Permalink
Build/install dartpy as well
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Sep 16, 2024
1 parent bf9ed08 commit f2c9638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/install_dart_latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ else
cmake -DDART_TREAT_WARNINGS_AS_ERRORS=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
fi
make -j4
make -j4 dartpy
${SUDOCMD} make install
${SUDOCMD} make install dartpy

# We are inside the CI
if [ "$PREFIX" = "/home/runner/.dart_install" ]; then
Expand Down

0 comments on commit f2c9638

Please sign in to comment.