Skip to content

Commit

Permalink
Merge pull request #44 from eseiler/infra/intel
Browse files Browse the repository at this point in the history
[INFRA] Add IntelLLVM CI
  • Loading branch information
eseiler authored Aug 11, 2023
2 parents 0f6dce3 + 19b52cf commit b89792b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
cancel-in-progress: true
runs-on: ubuntu-22.04
steps:
- name: "Cancel Coverage"
run: echo "Cancelling Coverage"
- name: "Cancel Documentation"
run: echo "Cancelling Documentation"
lint:
name: Lint
concurrency:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
build: unit
build_type: Release

- name: "IntelLLVM"
compiler: "intel"
build: unit
build_type: Release

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

1 comment on commit b89792b

@vercel
Copy link

@vercel vercel bot commented on b89792b Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hibf – ./

hibf.vercel.app
hibf-git-main-seqan.vercel.app
hibf-seqan.vercel.app

Please sign in to comment.