Skip to content

Commit

Permalink
Fix binary locations and just collect them from there.
Browse files Browse the repository at this point in the history
  • Loading branch information
bascht committed Jul 23, 2017
1 parent a938927 commit e2ae3db
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ sudo: required
services:
- docker
script:
- mkdir binaries
- cargo install cross
- cross build --release --target=x86_64-unknown-linux-musl
- mv target/*/release/binichonline binaries/binichonline-linux
- rm -rf target/*
- cross build --release --target=x86_64-pc-windows-gnu
- mv target/*/release/binichonline binaries/binichonline.exe
matrix:
allow_failures:
- rust: beta
Expand All @@ -21,7 +17,9 @@ deploy:
skip_cleanup: true
api_key:
secure: xDt7To/pv4kz7nBiRBj/tC9kb0lzkdHHxgIYz4zCSBbI8HAgi+UpAZab1YSASLZUkREfBE7bKKeB7DPBNV66H/zT/OXfivayJkZhfl9dKGMI4r2StL+grycIWYS4unzC6ZEDQPKgEtjp541TMoRU4am0IIIlugK3L8Tc1DByVz37SY8+JbLsDXcaNTZgIutYkS10D0Ebdn/wj5H5iM7MZLvq3L0JPVR1J5bO8nloTRKXsDCCFc586qrX4twj8SkYCDm1wpPFrk86qa3BqQ8U4PyFFsufC5babCLAc2eV1hd+LVB/8GScWkLKHBakThMAaefBLj188rMvxKzSAe61SO/LJYIc7YxgdzNnLKH9+wdm2Mf4Z0588EbsU5r66EULuALF/rU7GP4gfUWCsZdJmWOaeJxF23pFXu3Zi2nqd9kA7sEhVKMdHQf2ep8IDcKardiiQ8W+kCuQHhEs1pBjDxzy+iP0A5x2csPzadZoZBYnTvRbD9Jzgtjv9vMKh6nXKo50TCZ9Yc/zy3uWTAdqxxIZhXD8l7eGljEdHCffbXJDUeNfhCGwwgp9zngbp0z3kpsnw/TPJ1CY8IopE5oyiGdmNqz7hDlUtm9fon+PHBt5PlOhfe9e2mSHWEH17mSnHRq2OmVRrfpmrpD3j+usC6x9ztg0rsjf3yOfEcTiKoE=
file: "binaries/*"
file:
- target/x86_64-pc-windows-gnu/release/binichonline.exe
- target/x86_64-unknown-linux-musl/release/binichonline
on:
repo: bascht/binichonline
tags: true
Expand Down

0 comments on commit e2ae3db

Please sign in to comment.