From 7236e1f6bbd514ab6e0e8ec008316a94ea791570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Mon, 20 Jun 2016 21:43:26 +0000 Subject: [PATCH] Import libsodium --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4aff484..f1bd90e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,5 @@ compiler: - gcc script: - - make CFLAGS=-std=c99 CPPFLAGS=-D_GNU_SOURCE mud.o + - git clone --depth=1 https://github.com/jedisct1/libsodium.git --branch=stable + - make CFLAGS=-std=c99 CPPFLAGS="-D_GNU_SOURCE -I./libsodium/src/libsodium/include" mud.o