Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit 65b4f02

Browse files
committed
adds buildall script for local testing
Signed-off-by: BlackEagle <[email protected]>
1 parent f130367 commit 65b4f02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

buildall.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env sh
2+
3+
( cd 5.6; ./build.sh )
4+
( cd 7.0; ./build.sh )
5+
( cd 7.1; ./build.sh )

0 commit comments

Comments
 (0)