Skip to content
Snippets Groups Projects
Unverified Commit 6cdd84a3 authored by Ricardo Constantino's avatar Ricardo Constantino Committed by Ralph Giles
Browse files

appveyor: fix typoed appveyor command


And run the build request only at the last configuration.
Also add a check if api_key is unset to not try to request a new build.

Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
parent 92422f6e
No related branches found
No related tags found
No related merge requests found
......@@ -34,4 +34,4 @@ artifacts:
- path: opus.zip
on_success:
- appveyor Start-AppveyorBuild -ApiKey %API_KEY% -ProjectSlug opus-tools
- ps: if ($env:api_key -and "$env:configuration/$env:platform" -eq "ReleaseDLL_fixed/x64") { Start-AppveyorBuild -ApiKey $env:api_key -ProjectSlug 'opus-tools' }
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