aboutsummaryrefslogtreecommitdiff
path: root/.private/ci-container-build.sh
diff options
context:
space:
mode:
Diffstat (limited to '.private/ci-container-build.sh')
-rwxr-xr-x.private/ci-container-build.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/.private/ci-container-build.sh b/.private/ci-container-build.sh
index ac8e707..aa34941 100755
--- a/.private/ci-container-build.sh
+++ b/.private/ci-container-build.sh
@@ -50,6 +50,8 @@ CFLAGS+=" -Wredundant-decls"
CFLAGS+=" -Wswitch-enum"
export CFLAGS
+export CXXFLAGS="\${CFLAGS}"
+
echo ""
echo "Configuring ..."
/source/configure --enable-examples-build --enable-tests-build
@@ -61,10 +63,5 @@ make -j4 -k
echo ""
echo "Running umockdev tests ..."
tests/umockdev
-
-echo "Running stress tests ..."
-tests/stress
EOG
EOF
-
-