some changes to travis.yml
This commit is contained in:
parent
b352f4d1d1
commit
39963bb232
@ -9,13 +9,13 @@ compiler:
|
|||||||
- clang
|
- clang
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- OPTIONS="--enable-static=yes --enable-shared=no --enable-dynamic-module=yes --enable-static-module=yes --enable-wide-char=yes:2 --enable-mod-x11=yes --enable-mod-ffi=yes"
|
- OPTIONS="--enable-static=yes --enable-shared=no --enable-dynamic-module=yes --enable-static-module=yes --enable-wide-char=yes:2 --enable-full-liw=no --enable-mod-con=yes --enable-mod-sck=yes --enable-mod-x11=yes --enable-mod-ffi=yes --enable-pthread-flags=yes"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: OPTIONS="--enable-static=yes --enable-sharee=no --enable-dynamic-module=yes --enable-static-module=yes --enable-wide-char=yes:2 --enable-mod-x11=no --enable-mod-ffi=no"
|
env: OPTIONS="--enable-static=yes --enable-shared=no --enable-dynamic-module=yes --enable-static-module=yes --enable-wide-char=yes:2 --enable-full-liw=no --enable-mod-con=yes --enable-mod-sck=yes --enable-mod-x11=no --enable-mod-ffi=no --enable-pthread-flags=yes"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make && make check
|
- touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make && make check
|
Loading…
Reference in New Issue
Block a user