aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-10-27 08:52:03 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-10-27 08:52:03 -0700
commit47367181ea31ceb7aa4d0a5d60f829430c228d8d (patch)
tree50294c8ef8054df492b6e97e5cf0de1a57eaf5ef
parentac9e4183c380dcd7c52e9b8f6e07287982a33aac (diff)
downloadgeniza-47367181ea31ceb7aa4d0a5d60f829430c228d8d.tar.gz
geniza-47367181ea31ceb7aa4d0a5d60f829430c228d8d.zip
travis: try installing libsodium-dev by package
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e73eec4..68b693a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,8 +39,12 @@ matrix:
before_install:
+# Need to install libsodium-dev, which isn't in the system apt repo
install:
- - sudo apt install libsodium-dev pkg-config
+ - sudo apt install pkg-config build-essential libtool autotools-dev automake check git yasm pkg-config
+ - wget http://archive.ubuntu.com/ubuntu/pool/universe/libs/libsodium/libsodium18_1.0.8-5_amd64.deb
+ - wget http://archive.ubuntu.com/ubuntu/pool/universe/libs/libsodium/libsodium-dev_1.0.8-5_amd64.deb
+ - sudo dpkg -i libsodium-dev_1.0.8-5_amd64.deb libsodium18_1.0.8-5_amd64.deb
- source ~/.cargo/env || true
cache: cargo