mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
try ubuntu icc pipeline
This commit is contained in:
parent
7fcfb4aa96
commit
dd854c320e
4
.github/workflows/ubuntu-latest-icc.yml
vendored
4
.github/workflows/ubuntu-latest-icc.yml
vendored
@ -26,6 +26,10 @@ jobs:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
env:
|
||||
CXX: dpcpp
|
||||
CXXFLAGS: -stdlib=libc++
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
@ -8,4 +8,6 @@
|
||||
LATEST_VERSION=$(ls -1 /opt/intel/oneapi/compiler/ | grep -v latest | sort | tail -1)
|
||||
# shellcheck source=/dev/null
|
||||
source /opt/intel/oneapi/compiler/"$LATEST_VERSION"/env/vars.sh
|
||||
dpcpp -v
|
||||
CXX=dpcpp
|
||||
echo $CXX
|
||||
|
Loading…
Reference in New Issue
Block a user