From 08a7113df3041deacc27eec1f04e2d2710d594e9 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Wed, 24 Jan 2024 16:42:12 +0100 Subject: [PATCH] [INFRA] Also run snippet + performance for IntelLLVM --- .github/workflows/ci_misc.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/ci_misc.yml b/.github/workflows/ci_misc.yml index ac18df6295..27d27b7a14 100644 --- a/.github/workflows/ci_misc.yml +++ b/.github/workflows/ci_misc.yml @@ -44,6 +44,13 @@ jobs: build_type: Release test_threads: 1 # snippets create and delete files and some separate tests create/delete the same files + - name: "IntelLLVM" + compiler: "intel" + build: snippet + build_type: Release + test_threads: 1 # snippets create and delete files and some separate tests create/delete the same files + cxx_flags: "-fp-model=strict" + - name: "Performance clang17 libc++" compiler: "clang-17" build: performance @@ -57,6 +64,13 @@ jobs: build_type: Release test_threads: 2 + - name: "IntelLLVM" + compiler: "intel" + build: performance + build_type: Release + test_threads: 2 + cxx_flags: "-fp-model=strict" + - name: "Header clang17 libc++" compiler: "clang-17" build: header @@ -92,6 +106,7 @@ jobs: fetch-depth: 1 - name: Install CMake + if: contains(matrix.compiler, 'intel') == false uses: seqan/actions/setup-cmake@main with: cmake: 3.16.9