[go: up one dir, main page]

target_build_utils 0.1.2

Easy and simple detection of target properties in build.rs scripts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: rust
sudo: false
cache: cargo
rust:
  - 1.8.0
  - stable
  - nightly
os:
  - linux
  - osx
env:
  - ARCH=x86_64
  - ARCH=i686
notifications:
  email: false