From 5371c9813bba232b8bf048fe06ca5a104a90c4f6 Mon Sep 17 00:00:00 2001 From: Klemens David Morgenstern Date: Sun, 7 Apr 2019 13:07:11 +0800 Subject: [PATCH] typo fix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2742cbf9..35e35182 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |