Commit 51fd4b6a authored by Simon Giesecke's avatar Simon Giesecke

Problem: analysis build on PR virtual merges

Solution: skip analysis build in install stage
parent 100745d3
......@@ -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%'"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment