1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00

use cargo for build job

This commit is contained in:
schaeff 2019-04-03 23:53:15 +02:00
parent 6bf55532d9
commit 52f70dde23

View file

@ -18,7 +18,7 @@ main() {
test -f Cargo.lock || cargo generate-lockfile
# TODO Update this to build the artifacts that matter to you
cross rustc --bin zokrates --target $TARGET --release -- -C lto
cross build --bin zokrates --target $TARGET --release
# TODO Update this to package the right artifacts
cp target/$TARGET/release/zokrates $stage/