aboutsummaryrefslogtreecommitdiff
path: root/ci/before_deploy.sh
diff options
context:
space:
mode:
authorTill Höppner2016-03-17 13:15:37 +0100
committerTill Höppner2016-03-17 13:45:37 +0100
commit435db78809fb7b22bbcdbd9df45dded44e500510 (patch)
tree32baeaea0dfc5f58ebaf67d6a3ab9bebb89e6bbe /ci/before_deploy.sh
parent155971b36c100c0c146492375d5580ef0c5ac572 (diff)
downloadilc-435db78809fb7b22bbcdbd9df45dded44e500510.tar.gz
ilc-435db78809fb7b22bbcdbd9df45dded44e500510.tar.xz
ilc-435db78809fb7b22bbcdbd9df45dded44e500510.zip
Update CI from japaric/rust-everywhere
Diffstat (limited to 'ci/before_deploy.sh')
-rw-r--r--ci/before_deploy.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index 6493f96..099ae65 100644
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -2,6 +2,9 @@
set -ex
+# Generate artifacts for release
+cargo build --target $TARGET --release
+
# create a "staging" directory
mkdir staging
@@ -10,5 +13,5 @@ cp target/$TARGET/release/ilc* staging
cd staging
-# release tarball will look like 'rust-everywhere-v1.2.3-x86_64-unknown-linux-gnu.tar.gz'
+# release tarball will look like 'ilc-unknown-linux-gnu.tar.gz'
tar czf ../${PROJECT_NAME}-${TARGET}.tar.gz *