Skip to content

Commit cc765ab

Browse files
committed
Split clang-win job in appveyor.yml to avoid timeout
1 parent b7fdbf4 commit cc765ab

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ environment:
3030
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
3131
TOOLSET: clang-win
3232
ADDRMD: 64
33-
CXXSTD: 14,17,20,latest
33+
CXXSTD: 14,17
34+
35+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
36+
TOOLSET: clang-win
37+
ADDRMD: 64
38+
CXXSTD: 20,latest
3439

3540
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
3641
ADDPATH: C:\cygwin\bin;

0 commit comments

Comments
 (0)