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
|
|
|
|
|
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
- clang
|
|
|
|
|
|
|
|
env:
|
|
|
|
- OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2"
|
2018-05-28 10:42:22 +00:00
|
|
|
|
2018-05-28 10:14:13 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
2018-05-28 10:38:42 +00:00
|
|
|
- os: osx
|
2018-05-28 10:40:19 +00:00
|
|
|
compiler: clang
|
2018-05-28 10:26:21 +00:00
|
|
|
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
|
|
|
|
2018-05-28 09:01:34 +00:00
|
|
|
script:
|
2018-05-28 10:23:15 +00:00
|
|
|
- touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make
|