Slim down combinations
Can't 'skip' this build: the .travis.yml still needs to be checked.
This commit is contained in:
parent
a0a03fe35e
commit
f41571934a
1 changed files with 19 additions and 0 deletions
19
.travis.yml
19
.travis.yml
|
@ -27,3 +27,22 @@ env:
|
|||
# - CONFIGURE_FLAGS="--disable-gcrypt --disable-translation"
|
||||
# - CONFIGURE_FLAGS=" --disable-libwebp --disable-translation"
|
||||
- CONFIGURE_FLAGS="--disable-gcrypt --disable-libwebp --disable-translation"
|
||||
matrix:
|
||||
# Be even nicer by excluding half of the combinations
|
||||
exclude:
|
||||
- compiler: clang
|
||||
env: CONFIGURE_FLAGS=""
|
||||
- compiler: gcc
|
||||
env: CONFIGURE_FLAGS="--disable-gcrypt"
|
||||
- compiler: clang
|
||||
env: CONFIGURE_FLAGS=" --disable-libwebp"
|
||||
# - compiler: XXX
|
||||
# env: CONFIGURE_FLAGS="--disable-gcrypt --disable-libwebp"
|
||||
- compiler: gcc
|
||||
env: CONFIGURE_FLAGS=" --disable-translation"
|
||||
# - compiler: clang
|
||||
# env: CONFIGURE_FLAGS="--disable-gcrypt --disable-translation"
|
||||
# - compiler: gcc
|
||||
# env: CONFIGURE_FLAGS=" --disable-libwebp --disable-translation"
|
||||
- compiler: clang
|
||||
env: CONFIGURE_FLAGS="--disable-gcrypt --disable-libwebp --disable-translation"
|
||||
|
|
Loading…
Add table
Reference in a new issue