mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
travis build file
no idea if this will work
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
|
||||
env:
|
||||
global:
|
||||
- PROJECT_NAME=dust
|
||||
- CHANNEL=stable
|
||||
|
||||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
matrix:
|
||||
- os: osx
|
||||
env: TARGET=i686-apple-darwin
|
||||
- os: linux
|
||||
env: TARGET=i686-unknown-linux-gnu
|
||||
- os: osx
|
||||
env: TARGET=x86_64-apple-darwin
|
||||
- os: linux
|
||||
env: TARGET=x86_64-unknown-linux-gnu
|
||||
cache: cargo
|
||||
|
||||
Reference in New Issue
Block a user