Skip to content

Commit

Permalink
travis: change pcapng test to build only
Browse files Browse the repository at this point in the history
Pcapng does not have specific validation tests, so running
'make check' on it is not important. Change it to a build
only test to save travis execution time.

Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org>
Reviewed-by:  Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
  • Loading branch information
Petri Savolainen authored and muvarov committed Oct 22, 2018
1 parent 1aca253 commit c5ee737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ env:
- CONF="--disable-static-applications"
- CONF="--disable-host-optimization"
- CONF="--disable-host-optimization --disable-abi-compat"
- CONF="--enable-pcapng-support"
- BUILD_ONLY=1 ARCH="x86_64" CONF="--enable-pcapng-support"
- CONF="--without-openssl"
- CONF="" UBUNTU_VERS="18.04"

Expand All @@ -85,7 +85,7 @@ install:
script:
- if [ -z "${DOCKER_NAMESPACE}" ] ; then export DOCKER_NAMESPACE="opendataplane"; fi
- if [ ${BUILD_ONLY} -eq 1 ] ; then
docker run -i -t -v `pwd`:/odp
docker run -i -t -v `pwd`:/odp --shm-size 8g
-e CC="${CC}"
-e CONF="${CONF}"
${DOCKER_NAMESPACE}/travis-odp-lng-ubuntu_${UBUNTU_VERS} /odp/scripts/ci/build_${ARCH}.sh ;
Expand Down

0 comments on commit c5ee737

Please sign in to comment.