.travis.yml: use -Werror, test two configurations - minimal and maximal

Use separate entries for every command. Travis CI would still run the
commands sequentially, and it would provide better annotation for the
output.
master
Pavel Roskin 8 years ago
parent 7b32fc864c
commit db098a98b9

@ -32,9 +32,13 @@ addons:
#- g++ #- g++
#- xutils #- xutils
env:
- CONF_FLAGS=""
- CONF_FLAGS="--enable-ipv6 --enable-jpeg --enable-fuse --enable-mp3lame
--enable-pixman --enable-rfxcodec --enable-painter"
script: script:
# disable librfxcodec as no remotefx for v0.9.1 release - ./bootstrap
#- (cd librfxcodec && ./bootstrap && ./configure && make) - ./configure $CONF_FLAGS
- (./bootstrap && ./configure --enable-ipv6 --enable-jpeg --enable-fuse --enable-mp3lame --enable-pixman && make && make distcheck) - make CFLAGS="-O2 -Wall -Wwrite-strings -Werror"
# disable x11rdp build as it takes long time and it is to be deprecated - make distcheck
#- (cd xorg/X11R7.6 && ./buildx.sh default)

Loading…
Cancel
Save