updated .travis.xml

This commit is contained in:
hyung-hwan 2020-12-08 03:45:11 +00:00
parent 97bd469ce8
commit b1bfbeeb14

View File

@ -31,7 +31,7 @@ jobs:
- os: osx - os: osx
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-intmax=yes --enable-fltmax=yes --enable-mod-mysql=no --enable-mod-uci=no --enable-cxx=yes --enable-pthread-flags=yes" CPPFLAGS="-D__BEGIN_DECLS -D__END_DECLS" - OPTIONS="--enable-static=yes --enable-shared=no --enable-dynamic-module=yes --enable-static-module=yes --enable-wide-char=yes:2 --enable-intmax=yes --enable-fltmax=yes --enable-mod-mysql=no --enable-mod-uci=no --enable-cxx=yes --enable-pthread-flags=yes" CPPFLAGS="-D__BEGIN_DECLS -D__END_DECLS" CC=clang CXX=clang
script: script:
- touch -r hawk/configure hawk/* hawk/*/* && cd hawk && ./configure $OPTIONS && make && make check && make distcheck - touch -r hawk/configure hawk/* hawk/*/* && cd hawk && ./configure $OPTIONS && make && make check && make distcheck