This commit is contained in:
Dagobert Michelsen 2016-11-27 15:14:32 +00:00 committed by GitHub
commit 0ab0de1a1e
2 changed files with 3 additions and 2 deletions

View File

@ -38,11 +38,11 @@ addons:
script:
- ./autogen.sh
- ./configure && make -j4 && make check -j4
- ./configure --enable-gtk-doc && grep LIBICU src/Makefile && make -j4 V=1 && make check -j4 V=1
- ./configure --enable-runtime=$RUNTIME --enable-builtin=libicu && make clean && make -j4 && make check -j4
- ./configure --enable-runtime=$RUNTIME --enable-builtin=libidn2 && make clean && make -j4 && make check -j4
- ./configure --enable-runtime=$RUNTIME --enable-builtin=libidn && make clean && make -j4 && make check -j4
- ./configure --enable-runtime=$RUNTIME --disable-builtin && make clean && make -j4 && make check -j4
- ./configure --enable-gtk-doc && make -j4 && make check -j4
- ./configure --enable-gtk-doc && make -j4 V=1 && make check -j4 V=1
- make distcheck
- if [[ $CC == "gcc" && $RUNTIME == "libicu" ]]; then ./.travis_coveralls.sh; fi

View File

@ -287,3 +287,4 @@ AC_MSG_NOTICE([Summary of build options:
PSL Test File: ${PSL_TESTFILE}
Tests: ${TESTS_INFO}
])
# Test again