moo/.travis.yml
2018-05-28 10:23:15 +00:00

30 lines
1.1 KiB
YAML

language: c
sudo: false
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"
include:
- compiler: clang
os: osx
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2"
script:
- touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make