We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ba65e commit cb7505bCopy full SHA for cb7505b
ci/install_dart_latest.sh
@@ -41,10 +41,13 @@ cmake -DDART_TREAT_WARNINGS_AS_ERRORS=OFF -DDART_BUILD_DARTPY=ON -DBUILD_SHARED_
41
else
42
cmake -DDART_TREAT_WARNINGS_AS_ERRORS=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
43
fi
44
+# First C++ lib
45
make -j4
46
+${SUDOCMD} make install
47
+
48
+# Then dartpy
49
make -j4 dartpy
50
${SUDOCMD} make install
-${SUDOCMD} make install dartpy
51
52
# We are inside the CI
53
if [ "$PREFIX" = "/home/runner/.dart_install" ]; then
0 commit comments