From 997470dfec05f0d303b7681996e5fd9084bae965 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Mon, 13 Nov 2023 15:40:21 +0100 Subject: [PATCH] [INFRA] Add libc++ snippet test CI --- .github/workflows/ci_misc.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci_misc.yml b/.github/workflows/ci_misc.yml index dbbce8fdcd..ac18df6295 100644 --- a/.github/workflows/ci_misc.yml +++ b/.github/workflows/ci_misc.yml @@ -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