Skip to content

Commit

Permalink
Track target in release binaries, and use musl for linux builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetzner committed Sep 1, 2018
1 parent 23246ea commit f4bd350
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,19 @@ rust:
- beta
- nightly
matrix:
include:
- os: linux
rust: stable
env: TARGET=i686-unknown-linux-musl
allow_failures:
- rust: nightly
fast_finish: true
before_deploy: cp target/release/waterbear target/release/waterbear-$TRAVIS_RUST_VERSION
deploy:
provider: releases
api_key:
secure: TGPUPwLwBZ1NtJ6lDMxSChenodSqbIq5ZxJesTE3LmOfzgwtdpJ0eC44s7qb1F0v/yZ+4aanCcSo0mB9iVDjGeaTBXkTgBRf4TYHp7X+bLakGUIHphyH1FO5usKun0nmOTaUHytqQ0x4SCF238r42LgU/9kZSKDofwWJoYKNsaK7uB/MITJ+eMlU509cXuTYxr33+Ta8xPkUQe5yKU6VK6q3DxhJdpbEvQNrQW+oJDL/MGxopKqNutCM5MCAorYhjHxwUpqg5Z4cPjjwf3928Me0UlGrGxaWqIenQUb/sUU+ofH5Jjs6grhnO3WjIc3nSn20oaAtDL0rhRPApm5boJ/sZR52LS87zrBr++OTNZjfhvDPfN4ccpR5Hj11ZdmVKOEAahDg61GX+xkmABWmKPcL3TqkyfM9I9BvYW5bVs9jFxPrFphv54vaSzpDlThBceNhgG8yaRoeAcZd9L1YnTorVivHrdISeqfXHs4xfe6q2nUhlNjO+F6GHCj3fiNnzp7QDtgeEUHnLcwD3Cm6x7iFvg9/gg/t3A+bwGc30aBJ22Vx21aBQtuuBKHvj8P9yjmM/TIpGi7OCQhKaZx835BbqAzQtxDAe9AoaJDFVpMSykHIGSRopKzgYsrQslsQWzZXgtHi3QPtIat8pcIVhgaRSziUUwB23p5vq8b7QDU=
file: 'target/release/waterbear'
file: target/release/waterbear-$TRAVIS_RUST_VERSION
skip_cleanup: true
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "waterbear"
description = "Assembler for the Dreamcast VMU"
version = "0.2.0"
version = "0.1.1"
authors = ["Walter Tetzner <[email protected]>"]

[dependencies]
Expand Down

0 comments on commit f4bd350

Please sign in to comment.