Skip to content
Snippets Groups Projects
Commit 2be6694e authored by hluk's avatar hluk
Browse files

AppVeyor: Omit re-running tests on failure

parent cdcc85d3
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ xcopy /F "%BuildPlugins%\*.dll" "%Destination%\plugins" || goto :error ...@@ -32,7 +32,7 @@ xcopy /F "%BuildPlugins%\*.dll" "%Destination%\plugins" || goto :error
"%Executable%" --help || goto :error "%Executable%" --help || goto :error
"%Executable%" --version || goto :error "%Executable%" --version || goto :error
"%Executable%" tests || "%Executable%" tests || goto :error "%Executable%" tests || goto :error
7z a "%Name%.zip" -r "%Destination%" || goto :error 7z a "%Name%.zip" -r "%Destination%" || goto :error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment