Zokrates / ZoKrates

A toolbox for zkSNARKs on Ethereum
https://zokrates.github.io
GNU Lesser General Public License v3.0
1.82k stars 362 forks source link

Add testing for prod docker #293

Open stefandeml opened 5 years ago

stefandeml commented 5 years ago

In release.sh after building the docker some examples should be tested before the container gets pushed

stefandeml commented 5 years ago

this could be a good command to start with:

docker run zokrates /bin/bash -c "find examples/TestStdlib/hashes -name \"*.code\" | xargs -n 1 -I % sh -c 'echo %; ./zokrates compile -i % --light || exit 255; ./zokrates compute-witness || exit 255'"