Skip to content

Commit 572fc10

Browse files
committed
Merge pull request arduino#62 from arduino/remove_artifacts
Remove artifacts before starting build
2 parents 3037740 + 3ba1ae7 commit 572fc10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

compile_webidebridge.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ compilePlatform()
8181
rm -rf $NAME*
8282
}
8383

84+
rm -rf snapshot/linux_amd64
85+
rm -rf snapshot/linux_arm
86+
rm -rf snapshot/darwin_amd64
87+
rm -rf snapshot/windows_386
88+
8489
extractVersionFromMain
8590
compilePlatform darwin amd64 o64-clang 1
8691
#compilePlatformLinux linux 386 gcc

0 commit comments

Comments
 (0)