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 Aug 11, 2023
1 parent 0f6dce3 commit 19b52cf
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

0 comments on commit 19b52cf

Please sign in to comment.