diff --git a/.drone/drone.bat b/.drone/drone.bat index 66aaf78..f06b052 100644 --- a/.drone/drone.bat +++ b/.drone/drone.bat @@ -14,7 +14,7 @@ git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boos cd boost-root git submodule update --init tools/boostdep xcopy /s /e /q %DRONE_BUILD_DIR% libs\%LIBRARY%\ -python tools/boostdep/depinst/depinst.py %LIBRARY% +python tools/boostdep/depinst/depinst.py -I examples %LIBRARY% cmd /c bootstrap b2 -d0 headers diff --git a/.drone/drone.sh b/.drone/drone.sh index 7172f7f..622fbfe 100755 --- a/.drone/drone.sh +++ b/.drone/drone.sh @@ -16,7 +16,7 @@ git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost cd boost-root git submodule update --init tools/boostdep cp -r $DRONE_BUILD_DIR/* libs/$LIBRARY -python tools/boostdep/depinst/depinst.py $LIBRARY +python tools/boostdep/depinst/depinst.py -I examples $LIBRARY ./bootstrap.sh ./b2 -d0 headers