Problem: analysis build on PR virtual merges

Solution: skip analysis build in install stage
This commit is contained in:
Simon Giesecke 2018-05-24 11:56:09 +02:00
parent 100745d312
commit 51fd4b6a9d

View File

@ -75,6 +75,7 @@ cache:
- C:\projects\libsodium
install:
- cmd: if "%ENABLE_ANALYSIS%"=="ON" ( if "%APPVEYOR_PULL_REQUEST_NUMBER%" NEQ "" appveyor exit )
- cmd: if "%Platform%"=="x64" set "CMAKE_GENERATOR=%CMAKE_GENERATOR% Win64"
- cmd: echo "Generator='%CMAKE_GENERATOR%'"
- cmd: echo "Platform='%Platform%'"