Skip to content

Commit 2e565d7

Browse files
committed
Trim CI targets
1 parent ff1bb0b commit 2e565d7

4 files changed

Lines changed: 179 additions & 858 deletions

File tree

.drone/drone.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ echo using zlib : : : ^<warnings^>off ^; >> !BOOST_ROOT!\project-config.jam
4242

4343
REM Customizations
4444
cd
45-
pushd !BOOST_ROOT!\libs
46-
git clone https://github.com/cppalliance/buffers -b !BOOST_BRANCH! --depth 1
4745
popd
4846
pushd !BOOST_ROOT!\libs
4947
git clone https://github.com/cppalliance/capy -b !BOOST_BRANCH! --depth 1

.drone/drone.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ common_install () {
3535

3636
. ./ci/common_install.sh
3737

38-
if [ ! -d "$BOOST_ROOT/libs/buffers" ]; then
39-
pushd $BOOST_ROOT/libs
40-
git clone https://github.com/cppalliance/buffers -b $BOOST_BRANCH --depth 1
41-
popd
42-
fi
43-
4438
if [ ! -d "$BOOST_ROOT/libs/capy" ]; then
4539
pushd $BOOST_ROOT/libs
4640
git clone https://github.com/cppalliance/capy -b $BOOST_BRANCH --depth 1
@@ -121,11 +115,6 @@ cp -r $DRONE_BUILD_DIR/* libs/$SELF
121115
git submodule update --init --recursive
122116

123117
# Customizations
124-
if [ ! -d "$BOOST_ROOT/libs/buffers" ]; then
125-
pushd $BOOST_ROOT/libs
126-
git clone https://github.com/cppalliance/buffers -b $BOOST_BRANCH --depth 1
127-
popd
128-
fi
129118
if [ ! -d "$BOOST_ROOT/libs/capy" ]; then
130119
pushd $BOOST_ROOT/libs
131120
git clone https://github.com/cppalliance/capy -b $BOOST_BRANCH --depth 1

0 commit comments

Comments
 (0)