diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 010318ac..7b417bf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,15 +30,12 @@ jobs: run: sudo apt install g++-9 g++-10 clang-9 clang-10 - name: Checkout main boost run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root - - name: Update tools/boostdep - run: git submodule update --init tools/boostdep + - name: Update Dependencies + run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits working-directory: ../boost-root - name: Copy files run: cp -r $GITHUB_WORKSPACE/* libs/config working-directory: ../boost-root - - name: Install deps - run: python tools/boostdep/depinst/depinst.py config - working-directory: ../boost-root - name: Bootstrap run: ./bootstrap.sh working-directory: ../boost-root @@ -77,15 +74,12 @@ jobs: run: sudo apt install g++-7 g++-8 clang-7 clang-8 - name: Checkout main boost run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root - - name: Update tools/boostdep - run: git submodule update --init tools/boostdep + - name: Update Dependencies + run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits working-directory: ../boost-root - name: Copy files run: cp -r $GITHUB_WORKSPACE/* libs/config working-directory: ../boost-root - - name: Install deps - run: python tools/boostdep/depinst/depinst.py config - working-directory: ../boost-root - name: Bootstrap run: ./bootstrap.sh working-directory: ../boost-root @@ -118,15 +112,12 @@ jobs: fail-fast: true - name: Checkout main boost run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root - - name: Update tools/boostdep - run: git submodule update --init tools/boostdep + - name: Update Dependencies + run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits working-directory: ../boost-root - name: Copy files run: cp -r $GITHUB_WORKSPACE/* libs/config working-directory: ../boost-root - - name: Install deps - run: python tools/boostdep/depinst/depinst.py config - working-directory: ../boost-root - name: Bootstrap run: ./bootstrap.sh working-directory: ../boost-root @@ -165,8 +156,8 @@ jobs: - name: Copy files run: xcopy /s /e /q %GITHUB_WORKSPACE% libs\config working-directory: ../boost-root - - name: Install deps - run: python tools/boostdep/depinst/depinst.py config + - name: Update Dependencies + run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits working-directory: ../boost-root - name: Bootstrap run: bootstrap @@ -200,15 +191,12 @@ jobs: fail-fast: true - name: Checkout main boost run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root - - name: Update tools/boostdep - run: git submodule update --init tools/boostdep + - name: Update Dependencies + run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits working-directory: ../boost-root - name: Copy files run: xcopy /s /e /q %GITHUB_WORKSPACE% libs\config working-directory: ../boost-root - - name: Install deps - run: python tools/boostdep/depinst/depinst.py config - working-directory: ../boost-root - name: Bootstrap run: bootstrap working-directory: ../boost-root @@ -241,15 +229,12 @@ jobs: fail-fast: true - name: Checkout main boost run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root - - name: Update tools/boostdep - run: git submodule update --init tools/boostdep + - name: Update Dependencies + run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits working-directory: ../boost-root - name: Copy files run: xcopy /s /e /q %GITHUB_WORKSPACE% libs\config working-directory: ../boost-root - - name: Install deps - run: python tools/boostdep/depinst/depinst.py config - working-directory: ../boost-root - name: Bootstrap run: bootstrap working-directory: ../boost-root