From ce1d29a4d249d2eb4678b9ee88c51ceea31184b0 Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 24 Feb 2021 21:00:57 +0100 Subject: [PATCH] try ubuntu icc pipeline --- .github/workflows/ubuntu-latest-icc.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml index e150ac9..221061e 100644 --- a/.github/workflows/ubuntu-latest-icc.yml +++ b/.github/workflows/ubuntu-latest-icc.yml @@ -48,6 +48,12 @@ jobs: - name: Setup icc run: source script/ci_setup_icc.sh + - name: Test setup icc + run: echo $CXX + + - name: Test icc + run: dpcpp -v + - name: Install dependencies run: sudo script/ci_install_deps.sh