mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Appveyor: Skip non-coverity builds when scheduled
[ci skip]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user