ZoKrates icon indicating copy to clipboard operation
ZoKrates copied to clipboard

Add testing for prod docker

Open stefandeml opened this issue 5 years ago • 1 comments

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

stefandeml avatar Mar 15 '19 10:03 stefandeml

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'"

stefandeml avatar Mar 15 '19 11:03 stefandeml