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

Update config.yml

This commit is contained in:
Klemens Morgenstern
2019-04-06 22:25:52 +08:00
committed by GitHub
parent 12971db132
commit a673cd9643

View File

@@ -59,7 +59,7 @@ jobs:
- run:
name: Running Unit tests
command: |
cd $BOOST/libs/project/test
cd $BOOST_REMOVE/test
../../../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=. || RES_1=$? | tee -a build.log
../../../b2 -j8 without-valgrind address-model=64 architecture=x86 toolset=gc cxxflags="--coverage -std=$CXX_STANDARD" linkflags="--coverage" -sBOOST_BUILD_PATH=. || RES_2=$? | tee -a build.log