Update AppVeyor test script after the last commit
Use correct path for the tests binaries.
This commit is contained in:
parent
5216d97f08
commit
5d9e29b006
@ -16,9 +16,9 @@ goto :eof
|
|||||||
:nmake
|
:nmake
|
||||||
if "%BUILD%"=="debug" set debug_suffix=d
|
if "%BUILD%"=="debug" set debug_suffix=d
|
||||||
if "%ARCH%"=="amd64" set arch_suffix=_x64
|
if "%ARCH%"=="amd64" set arch_suffix=_x64
|
||||||
.\vc_mswu%debug_suffix%%arch_suffix%\test.exe
|
.\vc%arch_suffix%_mswu%debug_suffix%\test.exe
|
||||||
if %errorlevel% NEQ 0 goto :error
|
if %errorlevel% NEQ 0 goto :error
|
||||||
.\vc_mswu%debug_suffix%%arch_suffix%\test_gui.exe
|
.\vc%arch_suffix%_mswu%debug_suffix%\test_gui.exe
|
||||||
goto :eof
|
goto :eof
|
||||||
|
|
||||||
:mingw
|
:mingw
|
||||||
|
Loading…
Reference in New Issue
Block a user