changed travis.yml

This commit is contained in:
hyunghwan.chung 2020-11-17 08:38:10 +00:00
parent b5fb5a6475
commit b352f4d1d1

View File

@ -9,13 +9,13 @@ compiler:
- clang - clang
env: env:
- OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2" - 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"
matrix: matrix:
include: include:
- os: osx - os: osx
compiler: clang compiler: clang
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2 --disable-mod-x11 --disable-mod-ffi" 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"
script: script:
- touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make - touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make && make check