autotools 0.2.7

A build dependency to build native libraries that use configure&make-style build systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: rust
cache: cargo
rust:
  - stable
  - beta
  - nightly

before_install:
  - git submodule update --init --recursive

script:
  # build and test the crate
  - cargo test --verbose
  # build the example
  - cargo build --verbose --manifest-path=examples/xmp-sys/Cargo.toml