mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +00:00
Exclude cl.exe build from Ubuntu-20-04
This commit is contained in:
parent
da52b08f17
commit
05a0f3dcd1
12
.github/workflows/c-cpp.yml
vendored
12
.github/workflows/c-cpp.yml
vendored
@ -16,16 +16,6 @@ jobs:
|
|||||||
os: [ubuntu-latest, ubuntu-20.04, windows-latest]
|
os: [ubuntu-latest, ubuntu-20.04, windows-latest]
|
||||||
build_type: [Release, Debug]
|
build_type: [Release, Debug]
|
||||||
c_compiler: [gcc, clang, cl]
|
c_compiler: [gcc, clang, cl]
|
||||||
include:
|
|
||||||
- os: windows-latest
|
|
||||||
c_compiler: cl
|
|
||||||
cpp_compiler: cl
|
|
||||||
- os: ubuntu-latest
|
|
||||||
c_compiler: gcc
|
|
||||||
cpp_compiler: g++
|
|
||||||
- os: ubuntu-latest
|
|
||||||
c_compiler: clang
|
|
||||||
cpp_compiler: clang++
|
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
c_compiler: gcc
|
c_compiler: gcc
|
||||||
@ -33,6 +23,8 @@ jobs:
|
|||||||
c_compiler: clang
|
c_compiler: clang
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
c_compiler: cl
|
c_compiler: cl
|
||||||
|
- os: ubuntu-20.04
|
||||||
|
c_compiler: cl
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user