Add wasm32 target to the build
This commit is contained in:
parent
d1fd52de2c
commit
8d7a09ebd6
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Check format
|
name: Check format
|
||||||
command: rustup component add rustfmt-preview; cargo fmt --all -- --check
|
command: rustup component add rustfmt-preview; cargo fmt --all -- --check
|
||||||
|
- run:
|
||||||
|
name: Download wasm32 target
|
||||||
|
command: rustup target add wasm32-unknown-unknown
|
||||||
- run:
|
- run:
|
||||||
name: Build libsnark
|
name: Build libsnark
|
||||||
command: LIBSNARK_SOURCE_PATH=$HOME/libsnark ./build_libsnark.sh
|
command: LIBSNARK_SOURCE_PATH=$HOME/libsnark ./build_libsnark.sh
|
||||||
|
|
Loading…
Reference in a new issue