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