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

AppVeyor: Run tests

parent 74284aa2
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ xcopy /F "%BuildPlugins%\*.dll" "%Destination%\plugins" || goto :error ...@@ -32,6 +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
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