Skip to content

Commit

Permalink
remove macos-gcc and linux-clang compiler configurations from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Nov 11, 2024
1 parent 8b141e5 commit 5577d0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/test-alternative-compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,6 @@ jobs:
compiler: 'g++'
extra_flags: "-x c++"
make_command: 'make CC=$CC EXTRA_FLAGS="$EXTRA_FLAGS"'
- name: linux / clang (c)
os: ubuntu-latest
compiler: 'clang'
make_command: 'make CC=$CC'
- name: linux / clang (c++)
os: ubuntu-latest
compiler: 'clang'
extra_flags: "-x c++"
make_command: 'make CC=$CC EXTRA_FLAGS="$EXTRA_FLAGS"'
- name: macos / g++ (c++)
os: macos-latest
compiler: 'g++'
extra_flags: "-x c++"
make_command: 'make CC=$CC EXTRA_FLAGS="$EXTRA_FLAGS"'
- name: macos / clang (c)
os: macos-latest
compiler: 'clang'
make_command: 'make CC=$CC'
- name: macos / clang (c++)
os: macos-latest
compiler: 'clang'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ jobs:
compiler: "cl"
- os: ubuntu-latest
compiler: "clang-cl"
- os: ubuntu-latest
compiler: "clang"
- os: macos-latest
compiler: "cl"
- os: macos-latest
compiler: "clang-cl"
- os: macos-latest
compiler: "gcc"

fail-fast: false

Expand Down

0 comments on commit 5577d0c

Please sign in to comment.