Skip to content

Commit

Permalink
I do not understand
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Sep 17, 2024
1 parent c2ba65e commit cb7505b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/install_dart_latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ cmake -DDART_TREAT_WARNINGS_AS_ERRORS=OFF -DDART_BUILD_DARTPY=ON -DBUILD_SHARED_
else
cmake -DDART_TREAT_WARNINGS_AS_ERRORS=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
fi
# First C++ lib
make -j4
${SUDOCMD} make install

# Then dartpy
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 cb7505b

Please sign in to comment.