briansmith / crypto-bench

Benchmarks for crypto libraries (in Rust, or with Rust bindings)
70 stars 11 forks source link

Add TravisCI setup #3

Closed hauleth closed 8 years ago

hauleth commented 8 years ago

Fixed.

briansmith commented 8 years ago

Great. Please squash the changes and then I'll merge the PR.

briansmith commented 8 years ago

I updated the Travis CI afterwards. Please see: 2f17dbfc5e3a047165d401647abc201e3acea2f3 42dabb3c9f31613795011af47b8bfd325b83dcaf 89d591e6448310fcd2885c028ae8b745e52eb8bc d6459f92fa416a1bfee6bc93d572aec07df72107

The biggest change is from cargo bench to cargo test --release.

briansmith commented 8 years ago

I activated Travis CI for my copy of the repo, and everything is green: https://travis-ci.org/briansmith/crypto-bench/builds/87569797

Also, I am going to file some issues about expanding the test coverage.

hauleth commented 8 years ago

:+1: