From fc1f2f4845bbb8b12c74568686c776df204121d8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 22 Dec 2018 05:14:53 +0200 Subject: [PATCH] Remove essentials from yml files --- .travis.yml | 4 ---- appveyor.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 514cf21..20f89e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -366,10 +366,6 @@ install: - cd .. - git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root - cd boost-root - - git submodule update --init tools/build - - git submodule update --init tools/boost_install - - git submodule update --init libs/config - - git submodule update --init libs/headers - git submodule update --init tools/boostdep - cp -r $TRAVIS_BUILD_DIR/* libs/system - python tools/boostdep/depinst/depinst.py system diff --git a/appveyor.yml b/appveyor.yml index 4bda3fa..377b2a6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,10 +46,6 @@ install: - cd .. - git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root - cd boost-root - - git submodule update --init tools/build - - git submodule update --init tools/boost_install - - git submodule update --init libs/config - - git submodule update --init libs/headers - git submodule update --init tools/boostdep - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\system\ - python tools/boostdep/depinst/depinst.py system