Try to fix AppVeyor
This commit is contained in:
parent
20d2302d9c
commit
4cfc31aea4
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ environment:
|
|||
build_script:
|
||||
- ps: >-
|
||||
# Ensure that we are in a PR
|
||||
|
||||
if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) {
|
||||
throw "This should only be trigger on pull request build!"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue