rust-secp256k1-unsafe-fast/.travis.yml

9 lines
189 B
YAML
Raw Normal View History

2014-08-27 17:19:10 +00:00
language: rust
install:
- git clone https://github.com/sipa/secp256k1.git
- cd secp256k1
- ./autogen.sh && ./configure && make && sudo make install
- sudo ldconfig /usr/local/lib