mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
21 lines
331 B
YAML
21 lines
331 B
YAML
|
|
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
|
|
|