Call rustc directly in .travis.yml

This commit is contained in:
Brendan Zabarauskas 2014-01-26 04:55:18 +11:00
parent 91060a231a
commit 337061bd82
10 changed files with 6 additions and 4 deletions

View file

@ -1 +0,0 @@
`find build -name benchbench` --bench

View file

@ -4,6 +4,9 @@ before_install:
install:
- sudo apt-get install rust-nightly
script:
- rustpkg test tests
- rustpkg build --opt-level=3 bench
- sh .travis.sh
- mkdir -p lib bin
- rustc --out-dir lib ./src/cgmath/lib.rs
- rustc --out-dir bin --test -L ./lib ./src/test/test.rs
- rustc --out-dir bin --test -L ./lib ./src/bench/bench.rs
- ./bin/test
# - ./bin/bench --bench