try icc win ci

This commit is contained in:
ado
2021-02-25 21:34:11 +01:00
parent 4e1321b491
commit 902f37bc8c
4 changed files with 20 additions and 10 deletions

6
script/ci_win_setup_icc.bat Executable file
View File

@@ -0,0 +1,6 @@
REM SPDX-FileCopyrightText: 2020 Intel Corporation
REM
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"