updated .travis.yml

This commit is contained in:
hyunghwan.chung 2020-12-03 15:52:32 +00:00
parent efa1ee11e8
commit d95c37c62e

View File

@ -24,7 +24,7 @@ jobs:
compiler: clang compiler: clang
env: 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=no --enable-mod-sck=yes --enable-mod-ffi=no --enable-mod-x11=no --enable-pthread-flags=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=no --enable-mod-sck=yes --enable-mod-ffi=no --enable-mod-x11=no --enable-pthread-flags=yes"
- CPPFLAGS="-D__BEGIN_DECLS -D__END_DECLS" - CPPFLAGS="-D__BEGIN_DECLS= -D__END_DECLS="
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