try ubuntu icc pipeline

This commit is contained in:
ado 2021-02-24 20:04:46 +01:00
parent ef21d1de79
commit 42f40e8ea2

View File

@ -55,6 +55,12 @@ jobs:
- name: Setup icc - name: Setup icc
run: source script/ci_setup_icc.sh run: source script/ci_setup_icc.sh
- name: Test compiler
run: echo $CXX
- name: Set compiler
run: CXX=dpcpp
- name: Configure - name: Configure
run: cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug run: cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug