This commit is contained in:
NikVolf 2016-11-24 16:17:55 +03:00
parent 9d896064a1
commit 7cba467342
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,7 @@ addons:
- g++-4.8
script:
- ./tools/test.sh
- ./tools/bench.sh
after_success: |
[ false ] &&
[ $TRAVIS_BRANCH = master ] &&

3
tools/bench.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
cargo run --manifest-path ./bencher/Cargo.toml --release