Files
mud/.travis.yml
Adrien Gallouët 5aeb0a3cb2 Ask for a gnu99 compiler
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
2018-02-27 09:28:16 +00:00

17 lines
351 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=gnu99" CPPFLAGS="-I./libsodium/src/libsodium/include" mud.o