mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 09:14:29 +00:00
Add Windows-2019
This commit is contained in:
parent
7e635921fa
commit
aa2dbf5564
9
.github/workflows/c-cpp.yml
vendored
9
.github/workflows/c-cpp.yml
vendored
@ -13,13 +13,16 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, ubuntu-20.04, windows-latest, macos-11, macos-13]
|
||||
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-11, macos-13]
|
||||
build_type: [Release, Debug]
|
||||
cpp_compiler: [g++, clang++, cl]
|
||||
include:
|
||||
- os: windows-latest
|
||||
cpp_compiler: cl
|
||||
c_compiler: cl
|
||||
- os: windows-2019
|
||||
cpp_compiler: cl
|
||||
c_compiler: cl
|
||||
- os: ubuntu-latest
|
||||
cpp_compiler: g++
|
||||
c_compiler: gcc
|
||||
@ -49,6 +52,10 @@ jobs:
|
||||
cpp_compiler: g++
|
||||
- os: windows-latest
|
||||
cpp_compiler: clang++
|
||||
- os: windows-2019
|
||||
cpp_compiler: g++
|
||||
- os: windows-2019
|
||||
cpp_compiler: clang++
|
||||
- os: ubuntu-latest
|
||||
cpp_compiler: cl
|
||||
- os: ubuntu-20.04
|
||||
|
Loading…
Reference in New Issue
Block a user