Skip to content

Commit 3ba1ae7

Browse files
committed
Remove artifacts before starting build
1 parent 1b8d7eb commit 3ba1ae7

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)