1
0
forked from boostorg/mp11

Re-add mkdir to .travis.yml, w/ -p

This commit is contained in:
Peter Dimov
2017-08-04 03:07:25 +03:00
parent b362c99ee3
commit 8f409d9cc8

View File

@@ -303,6 +303,7 @@ install:
- git submodule update --init tools/build - git submodule update --init tools/build
- git submodule update --init libs/config - git submodule update --init libs/config
- git submodule update --init tools/boostdep - git submodule update --init tools/boostdep
- mkdir -p 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