@@ -155,7 +155,7 @@ script:
--with-dpdk-path=`pwd`/dpdk/${TARGET}
--with-netmap-path=`pwd`/netmap
--with-cunit-path=$HOME/cunit-install/$CROSS_ARCH $CONF
- --enable-debug
+ --enable-debug=full
- make -j $(nproc)
- mkdir /dev/shm/odp
- sudo LD_LIBRARY_PATH="$HOME/cunit-install/$CROSS_ARCH/lib:$LD_LIBRARY_PATH" ODP_SHM_DIR=/dev/shm/odp make check
@@ -180,7 +180,7 @@ jobs:
script:
- ./bootstrap
- ./configure --prefix=$HOME/odp-install $CROSS
- --enable-debug
+ --enable-debug=full
--disable-test-cpp
--with-cunit-path=$HOME/cunit-install/$CROSS_ARCH
- make -j $(nproc)
@@ -191,7 +191,7 @@ jobs:
script:
- ./bootstrap
- ./configure --prefix=$HOME/odp/odp-install $CROSS
- --enable-debug
+ --enable-debug=full
--disable-test-cpp
--with-cunit-path=$HOME/cunit-install/$CROSS_ARCH
- make -j $(nproc)
@@ -202,7 +202,7 @@ jobs:
script:
- ./bootstrap
- ./configure --prefix=$HOME/odp-install $CROSS
- --enable-debug
+ --enable-debug=full
--disable-test-cpp
--with-cunit-path=$HOME/cunit-install/$CROSS_ARCH
- make -j $(nproc)
@@ -213,7 +213,7 @@ jobs:
script:
- ./bootstrap
- ./configure --prefix=$HOME/odp-install $CROSS
- --enable-debug
+ --enable-debug=full
--disable-test-cpp
--with-cunit-path=$HOME/cunit-install/$CROSS_ARCH
- make -j $(nproc)
@@ -224,7 +224,7 @@ jobs:
script:
- ./bootstrap
- ./configure --prefix=$HOME/odp-install $CROSS
- --enable-debug
+ --enable-debug=full
--disable-test-cpp
--with-cunit-path=$HOME/cunit-install/$CROSS_ARCH
- make -j $(nproc)
@@ -235,7 +235,7 @@ jobs:
script:
- ./bootstrap
- ./configure --prefix=$HOME/odp-install $CROSS
- --enable-debug
+ --enable-debug=full
--disable-test-cpp
--with-cunit-path=$HOME/cunit-install/$CROSS_ARCH
- make -j $(nproc)
@@ -251,7 +251,7 @@ jobs:
-coverage"
--with-cunit-path=$HOME/cunit-install/$CROSS_ARCH
CXXFLAGS="-O0 -coverage" LDFLAGS="--coverage"
- --enable-debug
+ --enable-debug=full
- sudo LD_LIBRARY_PATH="$HOME/cunit-install/$CROSS_ARCH/lib:$LD_LIBRARY_PATH" PATH=${PATH//:\.\/node_modules\/\.bin/} make check
- find . -type f -iname '*.[ch]' -not -path ".git/*" -execdir gcov {} \; ; bash <(curl -s https://codecov.io/bash) -X coveragepy
- stage: test