aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2019-03-13 12:50:06 +0200
committerMatias Elo <matias.elo@nokia.com>2019-03-18 14:08:53 +0200
commit123d4b5092725f3fbc7178ff0cde4c7f8d53ffd3 (patch)
treec70304b0b4e52192a2dc24f91c33d4a6cc545f9e
parent31b17c87d784fc841d310b03462f0d02dac35eac (diff)
ci: remove deleted configure option test-perf-proc
Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
-rw-r--r--.shippable.yml9
-rw-r--r--.travis.yml2
-rwxr-xr-xscripts/ci/coverage.sh2
3 files changed, 4 insertions, 9 deletions
diff --git a/.shippable.yml b/.shippable.yml
index 0bf68f330..47d281845 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -5,13 +5,8 @@ compiler:
- clang
env:
- - CONF="--disable-test-perf --disable-test-perf-proc"
- - CONF="--disable-abi-compat --disable-test-perf --disable-test-perf-proc"
- # - CONF="--enable-dpdk-zero-copy"
- # - CROSS_ARCH="arm64"
- # - CROSS_ARCH="armhf" CFLAGS="-march=armv7-a"
- # - CROSS_ARCH="powerpc"
- # - CROSS_ARCH="i386"
+ - CONF="--disable-test-perf"
+ - CONF="--disable-abi-compat --disable-test-perf"
build:
ci:
diff --git a/.travis.yml b/.travis.yml
index e223c756b..bb84ab19e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ stages:
# project:
# name: "$TRAVIS_REPO_SLUG"
# notification_email: xxxx
-# build_command_prepend: "./bootstrap && ./configure --enable-test-cpp --enable-test-vald --enable-test-helper --enable-test-perf --enable-user-guides --enable-test-perf-proc --enable-test-example"
+# build_command_prepend: "./bootstrap && ./configure --enable-test-cpp --enable-test-vald --enable-test-helper --enable-test-perf --enable-user-guides --enable-test-example"
# build_command: "make"
# branch_pattern: coverity_scan
diff --git a/scripts/ci/coverage.sh b/scripts/ci/coverage.sh
index 9640b7114..0ab2f028b 100755
--- a/scripts/ci/coverage.sh
+++ b/scripts/ci/coverage.sh
@@ -9,7 +9,7 @@ cd "$(dirname "$0")"/../..
./bootstrap
./configure \
CFLAGS="-O0 -coverage $CLFAGS" CXXFLAGS="-O0 -coverage $CXXFLAGS" LDFLAGS="--coverage $LDFLAGS" \
- --enable-debug=full --enable-helper-linux --enable-dpdk --disable-test-perf --disable-test-perf-proc
+ --enable-debug=full --enable-helper-linux --enable-dpdk --disable-test-perf
export CCACHE_DISABLE=1
make -j $(nproc)