mirror of
https://github.com/boostorg/function_types.git
synced 2025-07-30 21:07:21 +02:00
Added concept_check as a travis/appveyor dependency.
This commit is contained in:
@ -34,6 +34,7 @@ install:
|
||||
- git submodule update --init --depth 1 libs/math
|
||||
- git submodule update --init --depth 1 libs/numeric/conversion
|
||||
- git submodule update --init --depth 1 libs/range
|
||||
- git submodule update --init --depth 1 libs/concept_check
|
||||
- git submodule update --init --depth 1 tools/boostdep
|
||||
- cp -r $TRAVIS_BUILD_DIR/* libs/function_types
|
||||
- python tools/boostdep/depinst/depinst.py function_types
|
||||
|
@ -35,6 +35,7 @@ install:
|
||||
- git submodule update --init libs/math
|
||||
- git submodule update --init libs/numeric/conversion
|
||||
- git submodule update --init libs/range
|
||||
- git submodule update --init libs/concept_check
|
||||
- git submodule update --init tools/boostdep
|
||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\function_types
|
||||
- python tools/boostdep/depinst/depinst.py function_types
|
||||
|
Reference in New Issue
Block a user