|
34 | 34 | - name: Checkout main boost |
35 | 35 | run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root |
36 | 36 | - name: Update Dependencies |
37 | | - run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor |
| 37 | + run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor |
38 | 38 | working-directory: ../boost-root |
39 | 39 | - name: Copy files |
40 | 40 | run: cp -r $GITHUB_WORKSPACE/* libs/config |
|
73 | 73 | - name: Checkout main boost |
74 | 74 | run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root |
75 | 75 | - name: Update Dependencies |
76 | | - run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor |
| 76 | + run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor |
77 | 77 | working-directory: ../boost-root |
78 | 78 | - name: Copy files |
79 | 79 | run: cp -r $GITHUB_WORKSPACE/* libs/config |
@@ -112,7 +112,7 @@ jobs: |
112 | 112 | - name: Checkout main boost |
113 | 113 | run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root |
114 | 114 | - name: Update Dependencies |
115 | | - run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor |
| 115 | + run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor |
116 | 116 | working-directory: ../boost-root |
117 | 117 | - name: Copy files |
118 | 118 | run: cp -r $GITHUB_WORKSPACE/* libs/config |
@@ -145,7 +145,7 @@ jobs: |
145 | 145 | - name: Checkout main boost |
146 | 146 | run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root |
147 | 147 | - name: Update Dependencies |
148 | | - run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor |
| 148 | + run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor |
149 | 149 | working-directory: ../boost-root |
150 | 150 | - name: Copy files |
151 | 151 | run: cp -r $GITHUB_WORKSPACE/* libs/config |
@@ -178,7 +178,7 @@ jobs: |
178 | 178 | - name: Checkout main boost |
179 | 179 | run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root |
180 | 180 | - name: Update Dependencies |
181 | | - run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor |
| 181 | + run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor |
182 | 182 | working-directory: ../boost-root |
183 | 183 | - name: Copy files |
184 | 184 | run: xcopy /s /e /q %GITHUB_WORKSPACE% libs\config |
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | - name: Checkout main boost |
212 | 212 | run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root |
213 | 213 | - name: Update Dependencies |
214 | | - run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor |
| 214 | + run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor |
215 | 215 | working-directory: ../boost-root |
216 | 216 | - name: Copy files |
217 | 217 | run: xcopy /s /e /q %GITHUB_WORKSPACE% libs\config |
@@ -259,7 +259,7 @@ jobs: |
259 | 259 | cd boost-root |
260 | 260 | rm -rf libs/config/* |
261 | 261 | cp -r $config/* libs/config |
262 | | - git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor |
| 262 | + git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor |
263 | 263 | ./bootstrap.sh |
264 | 264 | ./b2 headers |
265 | 265 | ./b2 toolset=gcc libs/config/test//print_config_info libs/config/test//print_math_info |
@@ -295,7 +295,7 @@ jobs: |
295 | 295 | cd boost-root |
296 | 296 | rm -rf libs/config/* |
297 | 297 | cp -r $config/* libs/config |
298 | | - git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor |
| 298 | + git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor |
299 | 299 | ./bootstrap.sh |
300 | 300 | ./b2 headers |
301 | 301 | ./b2 toolset=clang libs/config/test//print_config_info libs/config/test//print_math_info |
@@ -326,7 +326,7 @@ jobs: |
326 | 326 | - name: Checkout main boost |
327 | 327 | run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root |
328 | 328 | - name: Update Dependencies |
329 | | - run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/static_assert libs/throw_exception libs/preprocessor |
| 329 | + run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits libs/throw_exception libs/preprocessor |
330 | 330 | working-directory: ../boost-root |
331 | 331 | - name: Copy files |
332 | 332 | run: cp -r $GITHUB_WORKSPACE/* libs/config |
|
0 commit comments