From 791c3a0b1f44b6007f83959a7900cc36f0ca0650 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 22 Dec 2018 04:04:27 +0200 Subject: [PATCH] Remove essentials from yml files --- .travis.yml | 4 ---- appveyor.yml | 6 +----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ef2beb..91ddf46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -255,10 +255,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/bind - python tools/boostdep/depinst/depinst.py bind diff --git a/appveyor.yml b/appveyor.yml index b466574..f092b61 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,12 +28,8 @@ 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\bind + - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\bind\ - python tools/boostdep/depinst/depinst.py bind - cmd /c bootstrap - b2 -d0 headers