Appveyor: Skip non-coverity builds when scheduled

[ci skip]
This commit is contained in:
baldurk
2016-05-21 19:09:22 +02:00
parent 142a7e5336
commit edc691f5ba
+5
View File
@@ -51,6 +51,11 @@ build_script:
return
}
if ( $env:APPVEYOR_SCHEDULED_BUILD -eq "True" )
{
return
}
sh -c ./hash_version.sh
msbuild renderdoc.sln /v:m "/p:Configuration=$env:CONFIGURATION" "/p:Platform=$env:PLATFORM" /p:PlatformToolset=v140