1
0
forked from boostorg/mp11

Remove tools/inspect from CI.

This commit is contained in:
Peter Dimov
2017-03-14 00:46:55 +02:00
parent 586392ca51
commit 5f81bd18d4
2 changed files with 0 additions and 2 deletions

View File

@@ -142,7 +142,6 @@ install:
- git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root - git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
- cd boost-root - cd boost-root
- git submodule update --init tools/build - git submodule update --init tools/build
- git submodule update --init tools/inspect
- 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 - mkdir libs/mp11

View File

@@ -16,7 +16,6 @@ install:
- git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root - git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
- cd boost-root - cd boost-root
- git submodule update --init tools/build - git submodule update --init tools/build
- git submodule update --init tools/inspect
- 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 - mkdir libs\mp11