moo/.travis.yml

30 lines
1.2 KiB
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:14:13 +00:00
matrix:
include:
- compiler: gcc
os: linux
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --disable-static-module --enable-unicode=yes:2"
include:
- compiler: gcc
os: linux
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2"
include:
- compiler: clang
os: linux
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --disable-static-module --enable-unicode=yes:2"
include:
- compiler: clang
os: linux
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2"
include:
- compiler: clang
os: osx
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --disable-static-module --enable-unicode=yes:2 --disable-mod-x11 --disable-mod-ffi"
2018-05-28 10:14:13 +00:00
include:
- compiler: clang
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