Install libsodium on Travis.
This commit is contained in:
parent
9f78427a04
commit
6460312c79
@ -1,3 +1,10 @@
|
|||||||
|
before_install:
|
||||||
|
- "curl -LO https://github.com/jedisct1/libsodium/releases/download/1.0.11/libsodium-1.0.11.tar.gz"
|
||||||
|
- "tar -zxvf libsodium-1.0.11.tar.gz"
|
||||||
|
- "cd libsodium-1.0.11"
|
||||||
|
- "./configure"
|
||||||
|
- "make"
|
||||||
|
- "sudo make install"
|
||||||
language: "rust"
|
language: "rust"
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user