1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-04 15:06:05 +02:00

Fix(?) travis config

This commit is contained in:
Elisabeth Henry 2020-07-07 10:16:30 +02:00
parent e8d96e7e1a
commit 3911155b2e

View File

@ -18,10 +18,10 @@ main() {
test -f Cargo.lock || cargo generate-lockfile
# TODO Update this to build the artifacts that matter to you
cross rustc --bin hello --target $TARGET --release -- -C lto
cross build --target $TARGET --release -- -C lto
# TODO Update this to package the right artifacts
cp target/$TARGET/release/hello $stage/
cp target/$TARGET/release/crowbook* $stage/
cd $stage
tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *