forked from openlp/openlp
Try to take appveyor mac/win differences regarding env variables into account.
This commit is contained in:
parent
66cf59767a
commit
72b5c8cea0
@ -48,7 +48,7 @@ test_script:
|
|||||||
after_test:
|
after_test:
|
||||||
# Only package on the master repo
|
# Only package on the master repo
|
||||||
- ps: >-
|
- ps: >-
|
||||||
If (!(Test-Path env:APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME) -Or ($env:FORCE_PACKAGING -eq 1)) {
|
If (!(Test-Path env:APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME) -Or ($env:APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME -eq "") -Or ($env:FORCE_PACKAGING -eq 1)) {
|
||||||
# Continue on eror
|
# Continue on eror
|
||||||
$ErrorActionPreference = "Continue"
|
$ErrorActionPreference = "Continue"
|
||||||
# This is where we create a package using PyInstaller
|
# This is where we create a package using PyInstaller
|
||||||
|
Loading…
Reference in New Issue
Block a user