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:
|
build_script:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
# Ensure that we are in a PR
|
# Ensure that we are in a PR
|
||||||
|
|
||||||
if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) {
|
if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) {
|
||||||
throw "This should only be trigger on pull request build!"
|
throw "This should only be trigger on pull request build!"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue