try ubuntu icc pipeline

This commit is contained in:
ado 2021-02-24 20:14:30 +01:00
parent 42f40e8ea2
commit 37edd6b19a

View File

@ -61,6 +61,9 @@ jobs:
- name: Set compiler - name: Set compiler
run: CXX=dpcpp run: CXX=dpcpp
- name: Set compiler
run: dpcpp -v
- 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