moo/.travis.yml
2018-05-28 10:38:42 +00:00

21 lines
487 B
YAML

language: c
sudo: false
os:
- linux
- osx
compiler:
- gcc
- clang
env:
- OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2"
matrix:
include:
- os: osx
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2 --disable-mod-x11 --disable-mod-ffi"
script:
- touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make