mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
try icc win ci
This commit is contained in:
parent
f4430fdb77
commit
89ba9af169
4
.github/workflows/win-icc.yml
vendored
4
.github/workflows/win-icc.yml
vendored
@ -59,12 +59,12 @@ jobs:
|
|||||||
- name: Configure
|
- name: Configure
|
||||||
run: >-
|
run: >-
|
||||||
cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug
|
cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug
|
||||||
-D CMAKE_CXX_COMPILER=dpcpp
|
-G "dpcpp generator" -D CMAKE_CXX_COMPILER=dpcpp
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: >-
|
run: >-
|
||||||
cmake --build build -j ${{ steps.cores.outputs.count }}
|
cmake --build build -j ${{ steps.cores.outputs.count }}
|
||||||
-D CMAKE_CXX_COMPILER=dpcpp
|
-G "dpcpp generator" -D CMAKE_CXX_COMPILER=dpcpp
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
working-directory: build
|
working-directory: build
|
||||||
|
Loading…
Reference in New Issue
Block a user