blob: b92cce010db29c433cfa908990110016902fbefe (
plain)
1
2
3
4
5
6
7
8
9
|
install:
- curl http://www.rust-lang.org/rustup.sh | sudo sh -
script:
- make
- make check
- cargo build --verbose
- cargo test --verbose
env:
- LD_LIBRARY_PATH=/usr/local/lib
|