Files
mud/.travis.yml
Adrien Gallouët 29b5a3148d Configure libsodium
2016-06-20 22:06:28 +00:00

17 lines
361 B
YAML

sudo: false
language: c
os:
- linux
- osx
compiler:
- clang
- gcc
script:
- git clone --depth=1 https://github.com/jedisct1/libsodium.git --branch=stable
- cd libsodium && ./configure --enable-minimal --disable-dependency-tracking && cd -
- make CFLAGS=-std=c99 CPPFLAGS="-D_GNU_SOURCE -I./libsodium/src/libsodium/include" mud.o