mirror of
https://github.com/boostorg/regex.git
synced 2025-07-31 21:14:36 +02:00
On the xcode6.4 image, git is an older version and doesn't support --jobs 3
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -248,7 +248,17 @@ matrix:
|
|||||||
- os: osx
|
- os: osx
|
||||||
env: TOOLSET=clang COMPILER=clang++ CXXSTD=11
|
env: TOOLSET=clang COMPILER=clang++ CXXSTD=11
|
||||||
osx_image: xcode6.4
|
osx_image: xcode6.4
|
||||||
|
# On this image, git doesn't support --jobs 3
|
||||||
|
install:
|
||||||
|
- BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true
|
||||||
|
- cd ..
|
||||||
|
- git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||||
|
- cd boost-root
|
||||||
|
- git submodule update --init tools/boostdep
|
||||||
|
- cp -r $TRAVIS_BUILD_DIR/* libs/regex
|
||||||
|
- python tools/boostdep/depinst/depinst.py -I example regex
|
||||||
|
- ./bootstrap.sh
|
||||||
|
- ./b2 headers
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Reference in New Issue
Block a user