Skip to content
Snippets Groups Projects
Commit d0d74e92 authored by Moul's avatar Moul
Browse files

[mod] Remove no longer used ci/libsodium.sh

parent 3320d230
No related branches found
No related tags found
2 merge requests!157v1.0.0rc0: merge dev into master,!131Barely document pip installation, remove ci/libsodium.sh
Pipeline #12147 failed
#!/bin/bash
set -ev
git clone git://github.com/jedisct1/libsodium.git
cd libsodium
git checkout tags/1.0.3
./autogen.sh
if [[ $TRAVIS_OS_UNAME = 'Darwin' ]]; then
export CFLAGS="-Os -m32 -arch i386";
export LDFLAGS="-m32 -arch i386";
fi
./configure
make && sudo make install
if [[ $TRAVIS_OS_UNAME = 'Linux' ]]; then sudo ldconfig; fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment