🏡 index : ~doyle/bin.git

author Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-21 18:11:42.0 +00:00:00
committer Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-21 18:12:43.0 +00:00:00
commit
41900eaeee670e84855f65d59c52543fd39beb51 [patch]
tree
fb73e91b1a8d0b036607022abf9d8f3a354c90bc
parent
1115bbc9370f33c5917762d6c1ec26cd1291d701
download
41900eaeee670e84855f65d59c52543fd39beb51.tar.gz

Fix deploy script on arm & windows builds



Diff

 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 3efe49a..c69d658 100755
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -19,7 +19,7 @@ main() {

    cross rustc --bin bin --target $TARGET --release -- -C lto

    strip target/$TARGET/release/bin
    [ "$TARGET" == "arm-unknown-linux-gnueabi" ] || [ "$TARGET" == "x86_64-pc-windows-gnu" ] || strip target/$TARGET/release/bin
    cp target/$TARGET/release/bin $stage/

    cd $stage