From 19b52cf9bcb4dc4d5b1fd0e28236c4dfe7ac5e11 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Thu, 10 Aug 2023 15:11:34 +0200 Subject: [PATCH] [INFRA] Add IntelLLVM CI --- .github/workflows/ci_lint.yml | 4 ++-- .github/workflows/ci_linux.yml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_lint.yml b/.github/workflows/ci_lint.yml index 0befbe73..6dd43133 100644 --- a/.github/workflows/ci_lint.yml +++ b/.github/workflows/ci_lint.yml @@ -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: diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index 1b4ef131..cddf8f95 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -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