Skip to content

Commit 30fa06b

Browse files
committed
DO NOT MERGE
1 parent 96728fd commit 30fa06b

2 files changed

Lines changed: 1784 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,7 @@ jobs:
271271
fail-fast: false
272272
matrix:
273273
include:
274-
- { toolset: msvc-14.2, cxxstd: '17,20', addrmd: '32,64', os: windows-2022 }
275274
- { toolset: msvc-14.3, cxxstd: '17,20,latest',addrmd: '32,64', os: windows-2022 }
276-
- { name: Collect coverage, coverage: yes,
277-
toolset: msvc-14.3, cxxstd: 'latest', addrmd: '64', os: windows-2022 }
278-
- { toolset: clang-win, cxxstd: '17,latest', addrmd: '32,64', os: windows-2022 }
279-
- { toolset: gcc, cxxstd: '17,2a', addrmd: '64', os: windows-2022 }
280275

281276
runs-on: ${{matrix.os}}
282277

@@ -300,7 +295,10 @@ jobs:
300295

301296
- name: Run tests
302297
if: '!matrix.coverage'
303-
run: ci\build.bat
298+
run: |
299+
dir /s
300+
copy /y D:\a\Boost.OpenMethod\Boost.OpenMethod\dynamic_bitset.ipp D:\a\Boost.OpenMethod\boost-root\boost\dynamic_bitset\impl\dynamic_bitset.ipp
301+
ci\build.bat
304302
env:
305303
B2_TOOLSET: ${{matrix.toolset}}
306304
B2_CXXSTD: ${{matrix.cxxstd}}

0 commit comments

Comments
 (0)