1
0
forked from boostorg/mp11

Make libs/mp11 directory in .travis.yml

This commit is contained in:
Peter Dimov
2016-11-15 18:43:19 +02:00
parent b059ed3bf9
commit d5dc106b33

View File

@@ -24,6 +24,7 @@ install:
- git submodule update --init --depth 1 tools/build - git submodule update --init --depth 1 tools/build
- git submodule update --init --depth 1 libs/config - git submodule update --init --depth 1 libs/config
- git submodule update --init --depth 1 tools/boostdep - git submodule update --init --depth 1 tools/boostdep
- mkdir libs/mp11
- cp -r $TRAVIS_BUILD_DIR/* libs/mp11 - cp -r $TRAVIS_BUILD_DIR/* libs/mp11
- python tools/boostdep/depinst/depinst.py mp11 - python tools/boostdep/depinst/depinst.py mp11
- ./bootstrap.sh - ./bootstrap.sh