moo/.travis.yml

21 lines
487 B
YAML
Raw Normal View History

2018-05-28 09:17:37 +00:00
language: c
sudo: false
2018-05-28 09:21:56 +00:00
2018-05-28 10:37:01 +00:00
os:
- linux
- osx
compiler:
- gcc
- clang
env:
- OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2"
2018-05-28 10:14:13 +00:00
matrix:
include:
2018-05-28 10:38:42 +00:00
- os: osx
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2 --disable-mod-x11 --disable-mod-ffi"
2018-05-28 10:38:42 +00:00
script:
- touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make