use cargo for build job
This commit is contained in:
parent
6bf55532d9
commit
52f70dde23
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ main() {
|
||||||
test -f Cargo.lock || cargo generate-lockfile
|
test -f Cargo.lock || cargo generate-lockfile
|
||||||
|
|
||||||
# TODO Update this to build the artifacts that matter to you
|
# 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
|
# TODO Update this to package the right artifacts
|
||||||
cp target/$TARGET/release/zokrates $stage/
|
cp target/$TARGET/release/zokrates $stage/
|
||||||
|
|
Loading…
Reference in a new issue