mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-09 23:23:59 +00:00
Split AppVeyor jobs to avoid timeouts
This commit is contained in:
parent
6c0d121e5b
commit
222f0a737d
@ -42,7 +42,12 @@ environment:
|
|||||||
|
|
||||||
- FLAVOR: Visual Studio 2017
|
- FLAVOR: Visual Studio 2017
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
B2_CXXSTD: 14,17,latest
|
B2_CXXSTD: 14,17
|
||||||
|
B2_TOOLSET: msvc-14.1
|
||||||
|
|
||||||
|
- FLAVOR: Visual Studio 2017
|
||||||
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
|
B2_CXXSTD: latest
|
||||||
B2_TOOLSET: msvc-14.1
|
B2_TOOLSET: msvc-14.1
|
||||||
|
|
||||||
- FLAVOR: cygwin (32-bit)
|
- FLAVOR: cygwin (32-bit)
|
||||||
@ -63,7 +68,7 @@ environment:
|
|||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
||||||
ADDPATH: C:\cygwin64\bin;
|
ADDPATH: C:\cygwin64\bin;
|
||||||
B2_ADDRESS_MODEL: 64
|
B2_ADDRESS_MODEL: 64
|
||||||
B2_CXXSTD: 03,11
|
B2_CXXSTD: 03
|
||||||
B2_TOOLSET: gcc
|
B2_TOOLSET: gcc
|
||||||
B2_FLAGS: "include=libs/unordered/test/unordered include=libs/unordered/test/exception"
|
B2_FLAGS: "include=libs/unordered/test/unordered include=libs/unordered/test/exception"
|
||||||
|
|
||||||
@ -71,14 +76,37 @@ environment:
|
|||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
||||||
ADDPATH: C:\cygwin64\bin;
|
ADDPATH: C:\cygwin64\bin;
|
||||||
B2_ADDRESS_MODEL: 64
|
B2_ADDRESS_MODEL: 64
|
||||||
B2_CXXSTD: 14,1z
|
B2_CXXSTD: 11
|
||||||
|
B2_TOOLSET: gcc
|
||||||
|
B2_FLAGS: "include=libs/unordered/test/unordered include=libs/unordered/test/exception"
|
||||||
|
|
||||||
|
- FLAVOR: cygwin (64-bit, latest)
|
||||||
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
||||||
|
ADDPATH: C:\cygwin64\bin;
|
||||||
|
B2_ADDRESS_MODEL: 64
|
||||||
|
B2_CXXSTD: 14
|
||||||
|
B2_TOOLSET: gcc
|
||||||
|
B2_FLAGS: "include=libs/unordered/test/unordered include=libs/unordered/test/exception"
|
||||||
|
|
||||||
|
- FLAVOR: cygwin (64-bit, latest)
|
||||||
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
||||||
|
ADDPATH: C:\cygwin64\bin;
|
||||||
|
B2_ADDRESS_MODEL: 64
|
||||||
|
B2_CXXSTD: 1z
|
||||||
B2_TOOLSET: gcc
|
B2_TOOLSET: gcc
|
||||||
B2_FLAGS: "include=libs/unordered/test/unordered include=libs/unordered/test/exception"
|
B2_FLAGS: "include=libs/unordered/test/unordered include=libs/unordered/test/exception"
|
||||||
|
|
||||||
- FLAVOR: mingw-w64, 32 bit
|
- FLAVOR: mingw-w64, 32 bit
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
ADDPATH: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin;
|
ADDPATH: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin;
|
||||||
B2_CXXSTD: 03,11,14,17,2a
|
B2_CXXSTD: 03,11,14
|
||||||
|
B2_TOOLSET: gcc
|
||||||
|
B2_ADDRESS_MODEL: 32
|
||||||
|
|
||||||
|
- FLAVOR: mingw-w64, 32 bit
|
||||||
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
|
ADDPATH: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin;
|
||||||
|
B2_CXXSTD: 17,2a
|
||||||
B2_TOOLSET: gcc
|
B2_TOOLSET: gcc
|
||||||
B2_ADDRESS_MODEL: 32
|
B2_ADDRESS_MODEL: 32
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user