Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Feb 4, 2024
1 parent 90bdc06 commit 4b0dfd9
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,37 @@ jobs:
- 14
- 17
- 2a
include:
stdlib:
- libc++
- libstdc++
compiler:
- g++-10
- g++-11
- g++-12
- g++-13
- clang++-13
- clang++-14
- clang++-15
exclude:
- compiler: g++-10
stdlib: libstdc++
stdlib: libc++
- compiler: g++-11
stdlib: libstdc++
stdlib: libc++
- compiler: g++-12
stdlib: libstdc++
stdlib: libc++
- compiler: g++-13
stdlib: libstdc++
- compiler: clang++-13
stdlib: libc++
- compiler: clang++-13
stdlib: libstdc++
- compiler: clang++-14
stdlib: libc++
- compiler: clang++-15
stdlib: libstdc++
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install libcxx
run: sudo apt install -y libc++-dev

- name: Prepare
run: cmake -E make_directory build

Expand Down

0 comments on commit 4b0dfd9

Please sign in to comment.