mirror of
https://github.com/red0124/ssp.git
synced 2025-02-02 16:51:12 +01:00
try ubuntu icc pipeline
This commit is contained in:
parent
ef21d1de79
commit
42f40e8ea2
6
.github/workflows/ubuntu-latest-icc.yml
vendored
6
.github/workflows/ubuntu-latest-icc.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user