mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-30 20:27:13 +02:00
Merge branch 'develop'
This commit is contained in:
@ -21,9 +21,9 @@ install:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
|
- git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||||
- cd boost-root
|
- cd boost-root
|
||||||
- git submodule update --init --depth 1 tools/build
|
- git submodule update --init tools/build
|
||||||
- git submodule update --init --depth 1 libs/config
|
- git submodule update --init libs/config
|
||||||
- git submodule update --init --depth 1 tools/boostdep
|
- git submodule update --init tools/boostdep
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/preprocessor
|
- cp -r $TRAVIS_BUILD_DIR/* libs/preprocessor
|
||||||
- python tools/boostdep/depinst/depinst.py preprocessor
|
- python tools/boostdep/depinst/depinst.py preprocessor
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
|
Reference in New Issue
Block a user