Add secp256k1 to travis
This commit is contained in:
parent
38593dd2ab
commit
c8f29b8d96
|
@ -5,6 +5,9 @@ before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install -qq rust-nightly cargo
|
- sudo apt-get install -qq rust-nightly cargo
|
||||||
|
- git clone https://github.com/sipa/secp256k1.git
|
||||||
|
- cd secp256k1
|
||||||
|
- ./configure && make && sudo make install
|
||||||
script:
|
script:
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
Loading…
Reference in New Issue