mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a711f12502 | |||
| 528e487d7d | |||
| 9f8dfd1167 | |||
| 8db3aa6246 | |||
| bb93025e1b | |||
| e2f2754efb |
@@ -8,7 +8,6 @@ language: rust
|
|||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
|
||||||
- os: osx
|
- os: osx
|
||||||
env: TARGET=i686-apple-darwin
|
env: TARGET=i686-apple-darwin
|
||||||
- os: linux
|
- os: linux
|
||||||
@@ -19,13 +18,6 @@ matrix:
|
|||||||
env: TARGET=x86_64-unknown-linux-gnu
|
env: TARGET=x86_64-unknown-linux-gnu
|
||||||
cache: cargo
|
cache: cargo
|
||||||
|
|
||||||
before_install:
|
|
||||||
- export PATH="$PATH:$HOME/.cargo/bin"
|
|
||||||
|
|
||||||
script:
|
|
||||||
- cargo build --release --target $TARGET
|
|
||||||
- cargo test --target $TARGET
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key:
|
api_key:
|
||||||
|
|||||||
Reference in New Issue
Block a user