2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00

still doing the ci thing here

This commit is contained in:
Klemens David Morgenstern
2019-04-07 03:09:17 +08:00
parent b6c6753b87
commit bcc9826e67

View File

@@ -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