Skip to content

Commit f2c9638

Browse files
committed
Build/install dartpy as well
1 parent bf9ed08 commit f2c9638

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/install_dart_latest.sh

+2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ else
4242
cmake -DDART_TREAT_WARNINGS_AS_ERRORS=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
4343
fi
4444
make -j4
45+
make -j4 dartpy
4546
${SUDOCMD} make install
47+
${SUDOCMD} make install dartpy
4648

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

0 commit comments

Comments
 (0)