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

update zokrates_js build step in ci

This commit is contained in:
dark64 2020-01-30 16:59:35 +01:00
parent 7e5554518b
commit 2949b42757

View file

@ -114,12 +114,15 @@ jobs:
command: ./scripts/release.sh
zokrates_js_build:
docker:
- image: circleci/node
- image: rustlang/rust:nightly
steps:
- checkout
- setup_remote_docker
- 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:
docker:
- image: circleci/node