adjusted .travis.yml
This commit is contained in:
parent
1a22cb91fb
commit
d34938703a
|
@ -5,10 +5,11 @@ compiler:
|
||||||
# Change this to your needs
|
# Change this to your needs
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure --enable-gtk-doc && make -j4 && make check -j4
|
- ./configure && make -j4 && make check -j4
|
||||||
- ./configure --without-libicu && make clean && make -j4 && make check -j4
|
- ./configure --without-libicu && make clean && make -j4 && make check -j4
|
||||||
- ./configure --disable-builtin && make clean && make -j4 && make check -j4
|
- ./configure --disable-builtin && make clean && make -j4 && make check -j4
|
||||||
- ./configure --disable-builtin --without-libicu && make clean && make -j4 && make check -j4
|
- ./configure --disable-builtin --without-libicu && make clean && make -j4 && make check -j4
|
||||||
|
- ./configure --enable-gtk-doc && make -j4 && make check -j4
|
||||||
- make distcheck
|
- make distcheck
|
||||||
before_install:
|
before_install:
|
||||||
- apt-cache search libicu | grep icu
|
- apt-cache search libicu | grep icu
|
||||||
|
|
Loading…
Reference in New Issue