Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .drone/drone.bat
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ echo using zlib : : : ^<warnings^>off ^; >> !BOOST_ROOT!\project-config.jam

REM Customizations
cd
pushd !BOOST_ROOT!\libs
git clone https://github.com/cppalliance/buffers -b !BOOST_BRANCH! --depth 1
popd
pushd !BOOST_ROOT!\libs
git clone https://github.com/cppalliance/capy -b !BOOST_BRANCH! --depth 1
Expand Down
11 changes: 0 additions & 11 deletions .drone/drone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ common_install () {

. ./ci/common_install.sh

if [ ! -d "$BOOST_ROOT/libs/buffers" ]; then
pushd $BOOST_ROOT/libs
git clone https://github.com/cppalliance/buffers -b $BOOST_BRANCH --depth 1
popd
fi

if [ ! -d "$BOOST_ROOT/libs/capy" ]; then
pushd $BOOST_ROOT/libs
git clone https://github.com/cppalliance/capy -b $BOOST_BRANCH --depth 1
Expand Down Expand Up @@ -121,11 +115,6 @@ cp -r $DRONE_BUILD_DIR/* libs/$SELF
git submodule update --init --recursive

# Customizations
if [ ! -d "$BOOST_ROOT/libs/buffers" ]; then
pushd $BOOST_ROOT/libs
git clone https://github.com/cppalliance/buffers -b $BOOST_BRANCH --depth 1
popd
fi
if [ ! -d "$BOOST_ROOT/libs/capy" ]; then
pushd $BOOST_ROOT/libs
git clone https://github.com/cppalliance/capy -b $BOOST_BRANCH --depth 1
Expand Down
Loading
Loading