Skip to content

Commit

Permalink
Release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
archis-polyverse committed Apr 29, 2020
1 parent 43c94bb commit 52ba430
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
language: rust
rust:
- stable
services:
- docker
before_install:
- docker pull clux/muslrust
script:
- docker run -v cargo-cache:/root/.cargo/registry -v $PWD:/volume --rm -t clux/muslrust cargo test --release
- docker run -v cargo-cache:/root/.cargo/registry -v $PWD:/volume --rm -t clux/muslrust cargo build --release
deploy:
provider: cargo
edge: true
on:
tags: true
- provider: releases
file:
- "target/x86_64-unknown-linux-musl/release/rmesg"
skip_cleanup: true
on:
tags: true
edge: true
- provider: cargo
skip_cleanup: true
edge: true
on:
tags: true

0 comments on commit 52ba430

Please sign in to comment.