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
dd854c320e
commit
ce1d29a4d2
6
.github/workflows/ubuntu-latest-icc.yml
vendored
6
.github/workflows/ubuntu-latest-icc.yml
vendored
@ -48,6 +48,12 @@ jobs:
|
|||||||
- name: Setup icc
|
- name: Setup icc
|
||||||
run: source script/ci_setup_icc.sh
|
run: source script/ci_setup_icc.sh
|
||||||
|
|
||||||
|
- name: Test setup icc
|
||||||
|
run: echo $CXX
|
||||||
|
|
||||||
|
- name: Test icc
|
||||||
|
run: dpcpp -v
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo script/ci_install_deps.sh
|
run: sudo script/ci_install_deps.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user