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