Try to fix AppVeyor

This commit is contained in:
Thog 2020-02-17 12:46:55 +01:00
parent 20d2302d9c
commit 4cfc31aea4

View file

@ -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!"
}