try ubuntu icc pipeline

This commit is contained in:
ado 2021-02-24 20:40:49 +01:00
parent 7fcfb4aa96
commit dd854c320e
2 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,10 @@ jobs:
run:
shell: bash
env:
CXX: dpcpp
CXXFLAGS: -stdlib=libc++
steps:
- uses: actions/checkout@v2

View File

@ -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