From bcc9826e67a73636051d485b94deaf8879655707 Mon Sep 17 00:00:00 2001 From: Klemens David Morgenstern Date: Sun, 7 Apr 2019 03:09:17 +0800 Subject: [PATCH] still doing the ci thing here --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2f3f547a..51e121c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,8 +61,8 @@ jobs: name: Running Unit tests command: | cd $BOOST_REMOVE/test - ../../../b2 -j8 with-valgrind address-model=64 architecture=x86 "testing.launcher=valgrind valgrind=on" toolset=gcc cxxflags="--coverage -std=$CXX_STANDARD" linkflags="--coverage" -sBOOST_BUILD_PATH=. | tee test.log || RES=$? - ../../../b2 -j8 without-valgrind address-model=64 architecture=x86 toolset=gc cxxflags="--coverage -std=$CXX_STANDARD" linkflags="--coverage" -sBOOST_BUILD_PATH=. | tee valgrind.log || RES=$? + ../../../b2 -j8 with-valgrind address-model=64 architecture=x86 testing.launcher=valgrind valgrind=on toolset=gcc cxxflags="--coverage -std=$CXX_STANDARD" linkflags="--coverage" -sBOOST_BUILD_PATH=. | tee test.log || RES=$? + ../../../b2 -j8 without-valgrind address-model=64 architecture=x86 toolset=gcc cxxflags="--coverage -std=$CXX_STANDARD" linkflags="--coverage" -sBOOST_BUILD_PATH=. | tee valgrind.log || RES=$? python <(curl -s https://report.ci/annotate.py) --tool gcc --input build.log python <(curl -s https://report.ci/annotate.py) --tool gcc --input valgrind.log