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

15 lines
375 B
YAML
Raw Normal View History

2014-07-18 14:33:44 +00:00
before_install:
- sudo add-apt-repository --yes ppa:hansjorg/rust
- sudo add-apt-repository --yes ppa:cmrx64/cargo
- sudo apt-get update -qq
install:
- sudo apt-get install -qq rust-nightly cargo
2014-08-12 05:05:16 +00:00
- git clone https://github.com/sipa/secp256k1.git
- cd secp256k1
2014-08-14 14:41:52 +00:00
- ./autogen.sh && ./configure && make && sudo make install
2014-07-18 14:33:44 +00:00
script:
- cargo build
- cargo test