mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tools,appveyor: remove sxsident
This commit is contained in:
parent
2fc2c237d3
commit
8e0f5b457c
@ -75,7 +75,6 @@ build_script:
|
|||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- choco install winfsp -s build\VStudio\build\%CONFIGURATION% -y --pre
|
- choco install winfsp -s build\VStudio\build\%CONFIGURATION% -y --pre
|
||||||
- tools\sxsident.bat > build\VStudio\build\%CONFIGURATION%\winfsp.sxs
|
|
||||||
- if %TESTING%==Func appveyor DownloadFile https://winfsp.dev/assets/pvt/Test.Filter.Driver.zip.001
|
- if %TESTING%==Func appveyor DownloadFile https://winfsp.dev/assets/pvt/Test.Filter.Driver.zip.001
|
||||||
- if %TESTING%==Func appveyor DownloadFile https://winfsp.dev/assets/pvt/Test.Filter.Driver.zip.002
|
- if %TESTING%==Func appveyor DownloadFile https://winfsp.dev/assets/pvt/Test.Filter.Driver.zip.002
|
||||||
- if %TESTING%==Func 7z x Test.Filter.Driver.zip.001
|
- if %TESTING%==Func 7z x Test.Filter.Driver.zip.001
|
||||||
|
@ -1271,7 +1271,6 @@ exit /b !RunSampleTestExit!
|
|||||||
|
|
||||||
:compat-v1.2-memfs-x64
|
:compat-v1.2-memfs-x64
|
||||||
copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-*.dll" "%ProjRoot%\tst\compat\v1.2\memfs"
|
copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-*.dll" "%ProjRoot%\tst\compat\v1.2\memfs"
|
||||||
call "%ProjRoot%\tools\sxsident.bat" > "%ProjRoot%\tst\compat\v1.2\memfs\winfsp.sxs"
|
|
||||||
call :__run_compat_memfs_test compat-memfs v1.2\memfs\memfs-x64 winfsp-tests-x64
|
call :__run_compat_memfs_test compat-memfs v1.2\memfs\memfs-x64 winfsp-tests-x64
|
||||||
if !ERRORLEVEL! neq 0 goto fail
|
if !ERRORLEVEL! neq 0 goto fail
|
||||||
del "%ProjRoot%\tst\compat\v1.2\memfs\winfsp-*.dll"
|
del "%ProjRoot%\tst\compat\v1.2\memfs\winfsp-*.dll"
|
||||||
@ -1279,7 +1278,6 @@ exit /b 0
|
|||||||
|
|
||||||
:compat-v1.2-memfs-x86
|
:compat-v1.2-memfs-x86
|
||||||
copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-*.dll" "%ProjRoot%\tst\compat\v1.2\memfs"
|
copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-*.dll" "%ProjRoot%\tst\compat\v1.2\memfs"
|
||||||
call "%ProjRoot%\tools\sxsident.bat" > "%ProjRoot%\tst\compat\v1.2\memfs\winfsp.sxs"
|
|
||||||
call :__run_compat_memfs_test compat-memfs v1.2\memfs\memfs-x86 winfsp-tests-x86
|
call :__run_compat_memfs_test compat-memfs v1.2\memfs\memfs-x86 winfsp-tests-x86
|
||||||
if !ERRORLEVEL! neq 0 goto fail
|
if !ERRORLEVEL! neq 0 goto fail
|
||||||
del "%ProjRoot%\tst\compat\v1.2\memfs\winfsp-*.dll"
|
del "%ProjRoot%\tst\compat\v1.2\memfs\winfsp-*.dll"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user