Right name in ci folder
This commit is contained in:
parent
769878032a
commit
3ae6865dcb
|
@ -18,10 +18,10 @@ 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 hello --target $TARGET --release -- -C lto
|
cross rustc --bin gutenberg --target $TARGET --release -- -C lto
|
||||||
|
|
||||||
# TODO Update this to package the right artifacts
|
# TODO Update this to package the right artifacts
|
||||||
cp target/$TARGET/release/hello $stage/
|
cp target/$TARGET/release/gutenberg $stage/
|
||||||
|
|
||||||
cd $stage
|
cd $stage
|
||||||
tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *
|
tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *
|
||||||
|
|
Loading…
Reference in a new issue