mirror of
https://github.com/boostorg/process.git
synced 2026-01-19 04:22:15 +00:00
typo fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user