1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

Add wasm32 target to the build

This commit is contained in:
Guillaume Ballet 2019-01-03 17:54:39 +01:00
parent d1fd52de2c
commit 8d7a09ebd6

View file

@ -18,6 +18,9 @@ jobs:
- run:
name: Check format
command: rustup component add rustfmt-preview; cargo fmt --all -- --check
- run:
name: Download wasm32 target
command: rustup target add wasm32-unknown-unknown
- run:
name: Build libsnark
command: LIBSNARK_SOURCE_PATH=$HOME/libsnark ./build_libsnark.sh