We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e81a8 commit edfbddeCopy full SHA for edfbdde
scripts/BigRedButton
@@ -22,9 +22,9 @@ rm -rf ${PRODUCTS[@]} || exit 1
22
# Build cross toolchain for all supported platforms
23
#
24
25
-npm run build -- -b 32 && npm test -- -b 32 || exit 10
26
-npm run build -- -b 64 && npm test -- -b 64 || exit 11
27
-npm run build -- -M raspi2 && npm test -- -M raspi2 || exit 12
+npm run build -- -b 32 && npm test -- -b 32 && rm -rf build || exit 10
+npm run build -- -b 64 && npm test -- -b 64 && rm -rf build || exit 11
+npm run build -- -M raspi2 && npm test -- -M raspi2 && rm -rf build || exit 12
28
29
30
0 commit comments