mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
try icc win ci
This commit is contained in:
parent
cbc59655d2
commit
f4430fdb77
8
.github/workflows/win-icc.yml
vendored
8
.github/workflows/win-icc.yml
vendored
@ -57,10 +57,14 @@ jobs:
|
||||
run: script/ci_win_setup_icc.bat
|
||||
|
||||
- name: Configure
|
||||
run: CXX=dpcpp && cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug
|
||||
run: >-
|
||||
cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug
|
||||
-D CMAKE_CXX_COMPILER=dpcpp
|
||||
|
||||
- name: Build
|
||||
run: CXX=dpcpp && cmake --build build -j ${{ steps.cores.outputs.count }}
|
||||
run: >-
|
||||
cmake --build build -j ${{ steps.cores.outputs.count }}
|
||||
-D CMAKE_CXX_COMPILER=dpcpp
|
||||
|
||||
- name: Run
|
||||
working-directory: build
|
||||
|
@ -4,3 +4,4 @@ REM SPDX-License-Identifier: MIT
|
||||
|
||||
for /f "tokens=* usebackq" %%f in (`dir /b "C:\Program Files (x86)\Intel\oneAPI\compiler\" ^| findstr /V latest ^| sort`) do @set "LATEST_VERSION=%%f"
|
||||
@call "C:\Program Files (x86)\Intel\oneAPI\compiler\%LATEST_VERSION%\env\vars.bat"
|
||||
@call "C:\Program Files (x86)\Intel\oneAPI\tbb\%LATEST_VERSION%\env\vars.bat"
|
||||
|
Loading…
Reference in New Issue
Block a user