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

faulty log name fix (attempt)

This commit is contained in:
Klemens David Morgenstern
2019-04-07 11:47:18 +08:00
parent b1e38842fb
commit e6722c452c

View File

@@ -64,7 +64,7 @@ jobs:
../../../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 no-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 test.log
python <(curl -s https://report.ci/annotate.py) --tool gcc --input no-valgrind.log
python <(curl -s https://report.ci/upload.py) --name "Circle CI Gcc Tests"
bash <(curl -s https://codecov.io/bash) -x gcov