Skip to content

Commit

Permalink
update zokrates_js build step in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dark64 committed Jan 30, 2020
1 parent 7e55545 commit 2949b42
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Expand Up @@ -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
Expand Down

0 comments on commit 2949b42

Please sign in to comment.