Skip to content

Commit

Permalink
[INFRA] Add libc++ snippet test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Nov 16, 2023
1 parent 2efd418 commit 997470d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
fail-fast: false
matrix:
include:
- name: "Snippet clang17 libc++"
compiler: "clang-17"
build: snippet
build_type: Release
test_threads: 1 # snippets create and delete files and some separate tests create/delete the same files
cxx_flags: "-stdlib=libc++"

- name: "Snippet gcc11"
compiler: "gcc-11"
build: snippet
Expand Down

0 comments on commit 997470d

Please sign in to comment.