Add travis support for bench build.
This commit is contained in:
parent
bfd2729c29
commit
0c2e82c82f
2 changed files with 3 additions and 0 deletions
1
.travis.sh
Normal file
1
.travis.sh
Normal file
|
@ -0,0 +1 @@
|
|||
`find build -name benchbench` --bench
|
|
@ -5,3 +5,5 @@ install:
|
|||
- sudo apt-get install rust-nightly
|
||||
script:
|
||||
- rustpkg test tests
|
||||
- rustpkg build --opt-level=3 bench
|
||||
- sh .travis.sh
|
||||
|
|
Loading…
Reference in a new issue