ci: exclude 'lib' from libsoup configure option

The option used by configure script is actually
--with-soup/--without-soup.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>

Closes: #1661
Approved by: jlebon
This commit is contained in:
Marcus Folkesson 2018-06-29 10:16:41 +02:00 committed by Atomic Bot
parent 7ead3c1aa8
commit be018ed70c
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ required: true
context: f28-libsoup
env:
CONFIGOPTS: "--without-curl --without-openssl --with-libsoup"
CONFIGOPTS: "--without-curl --without-openssl --with-soup"
tests:
- ci/build-check.sh

View File

@ -104,7 +104,7 @@ required: true
context: f28-libsoup
env:
CONFIGOPTS: "--without-curl --without-openssl --with-libsoup"
CONFIGOPTS: "--without-curl --without-openssl --with-soup"
tests:
- ci/build-check.sh