File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 ubuntu-20.04-clang-9,
2323 ubuntu-20.04-clang-10,
2424 ubuntu-20.04-clang-11,
25- windows-2019-cl,
25+ windows-2016-cl-msvc2017,
26+ windows-2019-cl-msvc2019,
2627 windows-2019-clang-cl,
2728 windows-2019-clang,
2829 windows-2019-gcc,
@@ -68,10 +69,13 @@ jobs:
6869 compiler : clang
6970 version : " 11"
7071
71- - name : windows-2019-cl
72+ name : windows-2019-cl-msvc2017
73+ os : windows-2016
74+ compiler : cl
75+
76+ - name : windows-2019-cl-msvc2019
7277 os : windows-2019
7378 compiler : cl
74- version : " 10"
7579
7680 - name : windows-2019-clang-cl
7781 os : windows-2019
@@ -158,10 +162,6 @@ jobs:
158162 echo "CC=clang" >> $Env:GITHUB_ENV
159163 echo "CXX=clang++" >> $Env:GITHUB_ENV
160164 }
161- else {
162- echo "CC=cl" >> $Env:GITHUB_ENV
163- echo "CXX=cl" >> $Env:GITHUB_ENV
164- }
165165
166166 - name : Create Build Environment
167167 run : cmake -E make_directory ${{runner.workspace}}/build
You can’t perform that action at this time.
0 commit comments