mirror of
https://github.com/boostorg/mp11.git
synced 2025-08-05 07:24:26 +02:00
Remove mkdir from .yml files
This commit is contained in:
@@ -303,7 +303,6 @@ 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 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
|
||||||
|
@@ -30,7 +30,6 @@ 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 libs\mp11
|
|
||||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\mp11
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\mp11
|
||||||
- python tools/boostdep/depinst/depinst.py mp11
|
- python tools/boostdep/depinst/depinst.py mp11
|
||||||
- cmd /c bootstrap
|
- cmd /c bootstrap
|
||||||
|
Reference in New Issue
Block a user