File tree 2 files changed +4
-5
lines changed 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -70,18 +70,19 @@ matrix:
70
70
if : branch = release
71
71
env :
72
72
- REGULAR_TEST=false
73
- - PUBLISH_DOC=true
74
73
- name : WASM online demo
75
74
language : rust
76
75
rust : nightly
77
76
cache : cargo
77
+ install :
78
+ - nvm install node
79
+ - curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh # install wasm-pack
78
80
script :
79
81
- cd wasm
80
82
- bash release.sh
81
83
if : branch = release
82
84
env :
83
85
- REGULAR_TEST=false
84
- - PUBLISH_DEMO=true
85
86
allow_failures :
86
87
- rust : nightly
87
88
env : REGULAR_TEST=true
@@ -96,7 +97,6 @@ deploy:
96
97
keep-history : true
97
98
on :
98
99
branch : release
99
- condition : $PUBLISH_DOC = true
100
100
- provider : pages
101
101
repo : RustPython/demo
102
102
target-branch : master
@@ -106,4 +106,3 @@ deploy:
106
106
keep-history : true
107
107
on :
108
108
branch : release
109
- condition : $PUBLISH_DEMO = true
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ npm link && \
4
4
cd ../app && \
5
5
npm install && \
6
6
npm link rustpython_wasm && \
7
- webpack --mode production && \
7
+ node_modules/.bin/ webpack --mode production && \
8
8
echo " Output saved to app/dist"
You can’t perform that action at this time.
0 commit comments