Skip to content

Commit

Permalink
[INFRA] Also run snippet + performance for IntelLLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Jan 24, 2024
1 parent e693833 commit 08a7113
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci_misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 08a7113

Please sign in to comment.