File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 25
25
- name : Build with Gradle
26
26
run : ./gradlew assemble
27
27
- name : Download plugin
28
- run : cd dist/ && bash download_plugin.sh BCOS2 v1.3.0 && bash download_plugin.sh Fabric1 v1.3.0 && bash download_plugin.sh Fabric2 v1.3.0 && bash download_pages.sh v1.3.0 && rm -rf src && cd -
28
+ run : cd dist/ && bash download_plugin.sh ALL v1.3.0 && bash download_pages.sh v1.3.0 && rm -rf src && cd -
29
29
- name : Pack
30
30
run : chmod +x dist/*.sh && mv dist WeCross && tar -zcvf WeCross.tar.gz WeCross
31
31
- name : Checksum
Original file line number Diff line number Diff line change 17
17
- name : Download demo requirements
18
18
run : cd demo/ && bash .prepare.sh && cd -
19
19
- name : Chmod
20
- run : chmod +x demo/*.sh && chmod +x demo/bcos/*.sh && chmod +x demo/fabric/*.sh && chmod +x demo/fabric2 /*.sh
20
+ run : chmod +x demo/*.sh && chmod +x demo/* /*.sh
21
21
- name : Pack
22
22
run : tar -zcvf demo.tar.gz demo/
23
23
- name : Checksum
Original file line number Diff line number Diff line change @@ -105,6 +105,12 @@ main() {
105
105
local name=${1}
106
106
local tag=${2}
107
107
case ${name} in
108
+ ALL)
109
+ build_plugin_from_source WeCross-BCOS2-Stub ${bcos_stub_url} ${tag}
110
+ build_plugin_from_source WeCross-BCOS3-Stub ${bcos3_stub_url} ${tag}
111
+ build_plugin_from_source WeCross-Fabric1-Stub ${fabric_stub_url} ${tag}
112
+ build_plugin_from_source WeCross-Fabric2-Stub ${fabric2_stub_url} ${tag}
113
+ ;;
108
114
BCOS2)
109
115
build_plugin_from_source WeCross-BCOS2-Stub ${bcos_stub_url} ${tag}
110
116
;;
You can’t perform that action at this time.
0 commit comments