[go: nahoru, domu]

Skip to content

Commit

Permalink
added gcc-10 to CI
Browse files Browse the repository at this point in the history
added gcc-10 to CI
  • Loading branch information
ajagann committed Aug 4, 2022
1 parent 111a269 commit 80a8c48
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,22 @@ jobs:
# TODO: shared builds
package_build: [ON, OFF]
hexl: [ON, OFF]
c_compiler: [gcc, clang]
c_compiler: [gcc, gcc-10, clang]
os: [macos-latest, ubuntu-20.04]
include: # Use g++ with gcc only and clang++ with clang only
- c_compiler: gcc
cxx_compiler: g++
- c_compiler: clang
cxx_compiler: clang++
exclude: # Skip HEXL package build
- c_compiler: gcc-10
cxx_compiler: g++-10
exclude:
# Skip HEXL package build
- package_build: ON
hexl: ON
# Skip gcc-10 on macos-latest
- c_compiler: gcc-10
os: macos-latest
steps:
- uses: actions/checkout@v2
- run: |
Expand Down

0 comments on commit 80a8c48

Please sign in to comment.