mirror of
https://github.com/boostorg/config.git
synced 2026-08-03 20:14:15 +02:00
Change toolset name to msvc.
This commit is contained in:
@@ -190,10 +190,10 @@ jobs:
|
|||||||
run: b2 headers
|
run: b2 headers
|
||||||
working-directory: ../boost-root
|
working-directory: ../boost-root
|
||||||
- name: Config info
|
- name: Config info
|
||||||
run: ..\..\..\b2 print_config_info cxxstd=14,17,20,latest address-model=64 toolset=msvc-14.3
|
run: ..\..\..\b2 print_config_info cxxstd=14,17,20,latest address-model=64 toolset=msvc
|
||||||
working-directory: ../boost-root/libs/config/test
|
working-directory: ../boost-root/libs/config/test
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ..\..\..\b2 --hash address-model=64 cxxstd=14,17,20,latest toolset=msvc-14.3
|
run: ..\..\..\b2 --hash address-model=64 cxxstd=14,17,20,latest toolset=msvc
|
||||||
working-directory: ../boost-root/libs/config/test
|
working-directory: ../boost-root/libs/config/test
|
||||||
windows_msvc_14_3_CLR:
|
windows_msvc_14_3_CLR:
|
||||||
runs-on: windows-2025
|
runs-on: windows-2025
|
||||||
@@ -223,10 +223,10 @@ jobs:
|
|||||||
run: b2 headers
|
run: b2 headers
|
||||||
working-directory: ../boost-root
|
working-directory: ../boost-root
|
||||||
- name: Config info
|
- name: Config info
|
||||||
run: ..\..\..\b2 print_config_info cxxstd=14,17,20,latest cxxflags=-clr asynch-exceptions=on toolset=msvc-14.3
|
run: ..\..\..\b2 print_config_info cxxstd=14,17,20,latest cxxflags=-clr asynch-exceptions=on toolset=msvc
|
||||||
working-directory: ../boost-root/libs/config/test
|
working-directory: ../boost-root/libs/config/test
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ..\..\..\b2 --hash address-model=64 cxxstd=14,17,20,latest cxxflags=-clr asynch-exceptions=on toolset=msvc-14.3
|
run: ..\..\..\b2 --hash address-model=64 cxxstd=14,17,20,latest cxxflags=-clr asynch-exceptions=on toolset=msvc
|
||||||
working-directory: ../boost-root/libs/config/test
|
working-directory: ../boost-root/libs/config/test
|
||||||
windows_clang_msvc_14_3:
|
windows_clang_msvc_14_3:
|
||||||
runs-on: windows-2025
|
runs-on: windows-2025
|
||||||
|
|||||||
Reference in New Issue
Block a user