2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-28 19:22:14 +00:00

Updated for b2 cmake support.

This commit is contained in:
Edward Diener
2018-12-19 22:30:41 -05:00
parent 6395013860
commit 7355f36b9f
2 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ install:
- git submodule update --init tools/build
- git submodule update --init libs/config
- git submodule update --init tools/boostdep
- git submodule update --init tools/boost_install
- git submodule update --init libs/headers
- cp -r $TRAVIS_BUILD_DIR/* libs/lambda
- python tools/boostdep/depinst/depinst.py lambda
- ./bootstrap.sh

View File

@@ -25,6 +25,8 @@ install:
- git submodule update --init tools/build
- git submodule update --init libs/config
- git submodule update --init tools/boostdep
- git submodule update --init tools/boost_install
- git submodule update --init libs/headers
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\lambda
- python tools/boostdep/depinst/depinst.py lambda
- bootstrap