Skip to content

Commit

Permalink
[INFRA] Add IntelLLVM CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Jan 23, 2024
1 parent 713939a commit c42acc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
build: unit
build_type: Release

- name: "IntelLLVM"
compiler: "intel"
build: unit
build_type: Release
cxx_flags: "-fp-model=strict"

steps:
- name: Checkout SeqAn3
uses: actions/checkout@v4
Expand All @@ -80,6 +86,7 @@ jobs:
ccache_size: 75M

- 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 c42acc3

Please sign in to comment.