2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00
This commit is contained in:
Klemens David Morgenstern
2019-04-07 13:07:11 +08:00
parent 9a833c610d
commit 5371c9813b

View File

@@ -58,7 +58,7 @@ jobs:
../../../b2 -j8 address-model=64 architecture=x86 toolset=gcc cxxflags="-std=gnu++14" -sBOOST_BUILD_PATH=. | tee example.log || FAILED=1
sed -i -e "s/^..\/..\/..\/boost\/process\//\/root\/project\/include\/process\//gm" example.log
python <(curl -s https://report.ci/annotate.py) --tool gcc --name "Circle CI Gcc Build" --input example.log
exit FAILED
exit $FAILED
- run:
name: Running Unit tests
command: |