File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2929 git merge matt/2021-03-java-bindings-base
3030 cd ..
3131 git clone https://github.com/lightningdevkit/ldk-c-bindings
32+ - name : Rebuild C bindings without STD for WASM
33+ run : |
34+ cd ldk-c-bindings
35+ ./genbindings.sh ../rust-lightning false
36+ mv target/wasm32-wasi ./
37+ cd ..
3238 - name : Rebuild C bindings, and check the sample app builds + links
33- run : cd ldk-c-bindings && ./genbindings.sh ../rust-lightning true && cd ..
39+ run : cd ldk-c-bindings && ./genbindings.sh ../rust-lightning true && mv wasm32-wasi target/ && cd ..
3440 - name : Build Java/TS Debug Bindings
3541 run : ./genbindings.sh ./ldk-c-bindings/ "-I/usr/lib/jvm/java-11-openjdk-amd64/include/ -I/usr/lib/jvm/java-11-openjdk-amd64/include/linux/" true false
3642 - name : Run Java Tests against Debug Bindings
You can’t perform that action at this time.
0 commit comments