From b10557979f9c99fea5610022629d5a3f87a3a47b Mon Sep 17 00:00:00 2001 From: Elisabeth Henry Date: Tue, 7 Jul 2020 10:43:42 +0200 Subject: [PATCH] Fix(?) travis config --- ci/before_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 772dde1..9c5bd80 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -18,7 +18,7 @@ main() { test -f Cargo.lock || cargo generate-lockfile # TODO Update this to build the artifacts that matter to you - cross build --target $TARGET --release -- -C lto + cross build --target $TARGET --release # TODO Update this to package the right artifacts cp target/$TARGET/release/crowbook* $stage/