Out with the old...

This commit is contained in:
Sean Bowe
2017-01-07 20:30:09 -07:00
parent e24fcfdc5c
commit c506c48c91
19 changed files with 3 additions and 2047 deletions

View File

@@ -1,21 +1,7 @@
sudo: false
language: rust
rust:
- nightly
install:
- export CXX="g++-4.8" CC="gcc-4.8"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- gcc-4.8
- libgmp-dev
- stable
script:
- cd tinysnark && cargo test
- cd .. && cargo run --release
- cargo test
- cargo test --release