2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-19 04:22:08 +00:00

mkdir -p in .travis.yml

This commit is contained in:
Emil Dotchevski
2020-10-20 18:00:50 -07:00
parent 446098fd8a
commit 3f4ef8207f

View File

@@ -62,7 +62,7 @@ matrix:
- cd boost-root
- git submodule update --init tools/build
- git submodule update --init libs/config
- mkdir libs/leaf
- mkdir -p libs/leaf
- cp -r $TRAVIS_BUILD_DIR/* libs/leaf
- ./bootstrap.sh
- cd libs/leaf
@@ -402,7 +402,7 @@ install:
- git submodule update --init tools/inspect
- git submodule update --init libs/config
- git submodule update --init tools/boostdep
- mkdir libs/leaf
- mkdir -p libs/leaf
- cp -r $TRAVIS_BUILD_DIR/* libs/leaf
- python tools/boostdep/depinst/depinst.py leaf -I example
- ./bootstrap.sh