update zokrates_js build step in ci
This commit is contained in:
parent
7e5554518b
commit
2949b42757
1 changed files with 6 additions and 3 deletions
|
@ -114,12 +114,15 @@ jobs:
|
||||||
command: ./scripts/release.sh
|
command: ./scripts/release.sh
|
||||||
zokrates_js_build:
|
zokrates_js_build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node
|
- image: rustlang/rust:nightly
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker
|
|
||||||
- run:
|
- run:
|
||||||
command: ./zokrates_js/build.sh
|
name: Install wasm-pack
|
||||||
|
command: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||||
|
- run:
|
||||||
|
name: Build
|
||||||
|
command: cd zokrates_js && wasm-pack build --release
|
||||||
zokrates_js_test:
|
zokrates_js_test:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node
|
- image: circleci/node
|
||||||
|
|
Loading…
Reference in a new issue