Skip to content

Commit edfbdde

Browse files
committed
Remove build files after test each target (SemaphoreCI runs out of space)
1 parent 03e81a8 commit edfbdde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/BigRedButton

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ rm -rf ${PRODUCTS[@]} || exit 1
2222
# Build cross toolchain for all supported platforms
2323
#
2424

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
25+
npm run build -- -b 32 && npm test -- -b 32 && rm -rf build || exit 10
26+
npm run build -- -b 64 && npm test -- -b 64 && rm -rf build || exit 11
27+
npm run build -- -M raspi2 && npm test -- -M raspi2 && rm -rf build || exit 12
2828

2929

3030
#

0 commit comments

Comments
 (0)