Skip to content

Commit

Permalink
[INFRA] Add libc++ header test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Nov 14, 2023
1 parent dc9e229 commit b447e2f
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 @@ -43,6 +43,13 @@ jobs:
build_type: Release
test_threads: 2

- name: "Header clang17 libc++"
compiler: "clang-17"
build: header
build_type: Release
test_threads: 2
cxx_flags: "-stdlib=libc++"

- name: "Header gcc13"
compiler: "gcc-13"
build: header
Expand Down

0 comments on commit b447e2f

Please sign in to comment.