Add `ldconfig` line to travis.yml
This commit is contained in:
parent
d3ef264b44
commit
c54f0c36a3
|
@ -8,6 +8,7 @@ install:
|
||||||
- git clone https://github.com/sipa/secp256k1.git
|
- git clone https://github.com/sipa/secp256k1.git
|
||||||
- cd secp256k1
|
- cd secp256k1
|
||||||
- ./autogen.sh && ./configure && make && sudo make install
|
- ./autogen.sh && ./configure && make && sudo make install
|
||||||
|
- sudo ldconfig /usr/local/lib
|
||||||
script:
|
script:
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
Loading…
Reference in New Issue