mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +00:00
Add Mac builds
This commit is contained in:
parent
480a39fee6
commit
70345f2417
10
.github/workflows/c-cpp.yml
vendored
10
.github/workflows/c-cpp.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, ubuntu-20.04, windows-latest]
|
||||
os: [ubuntu-latest, ubuntu-20.04, windows-latest, macos-latest]
|
||||
build_type: [Release, Debug]
|
||||
cpp_compiler: [g++, clang++, cl]
|
||||
include:
|
||||
@ -32,6 +32,12 @@ jobs:
|
||||
- os: ubuntu-20.04
|
||||
cpp_compiler: clang++
|
||||
c_compiler: clang
|
||||
- os: macos-latest
|
||||
cpp_compiler: g++
|
||||
c_compiler: gcc
|
||||
- os: macos-latest
|
||||
cpp_compiler: clang++
|
||||
c_compiler: clang
|
||||
exclude:
|
||||
- os: windows-latest
|
||||
cpp_compiler: g++
|
||||
@ -41,6 +47,8 @@ jobs:
|
||||
cpp_compiler: cl
|
||||
- os: ubuntu-20.04
|
||||
cpp_compiler: cl
|
||||
- os: macos-latest
|
||||
cpp_compiler: cl
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user