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 02:08:31 +08:00
parent 7129182044
commit 462334639c

View File

@@ -53,7 +53,7 @@ jobs:
name: Building examples
command: |
cd $BOOST_REMOVE/example
../../../b2 -j8 address-model=64 architecture=x86 toolset=gcc cxxflags="-std=-gnu++14" -sBOOST_BUILD_PATH=. || RES=$? | tee build.log
../../../b2 -j8 address-model=64 architecture=x86 toolset=gcc cxxflags="-std=gnu++14" -sBOOST_BUILD_PATH=. || RES=$? | tee build.log
python <(curl -s https://report.ci/annotate.py) --tool gcc --name "Circle CI Gcc Build (Examples)"
exit $RES
- run: