mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
remove win ci icc scripts
This commit is contained in:
parent
580b66f9e6
commit
762d370d81
@ -1,15 +0,0 @@
|
|||||||
REM SPDX-FileCopyrightText: 2020 Intel Corporation
|
|
||||||
REM
|
|
||||||
REM SPDX-License-Identifier: MIT
|
|
||||||
|
|
||||||
set URL=%1
|
|
||||||
set COMPONENTS=%2
|
|
||||||
|
|
||||||
curl.exe --output webimage.exe --url %URL% --retry 5 --retry-delay 5
|
|
||||||
start /b /wait webimage.exe -s -x -f webimage_extracted --log extract.log
|
|
||||||
del webimage.exe
|
|
||||||
if "%COMPONENTS%"=="" (
|
|
||||||
webimage_extracted\bootstrapper.exe -s --action install --eula=accept --continue-with-optional-error=yes -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 --log-dir=.
|
|
||||||
) else (
|
|
||||||
webimage_extracted\bootstrapper.exe -s --action install --components=%COMPONENTS% --eula=accept --continue-with-optional-error=yes -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 --log-dir=.
|
|
||||||
)
|
|
@ -1,7 +0,0 @@
|
|||||||
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"
|
|
||||||
@call "C:\Program Files (x86)\Intel\oneAPI\tbb\%LATEST_VERSION%\env\vars.bat"
|
|
Loading…
Reference in New Issue
Block a user