debug build issues
This commit is contained in:
parent
dfc4dbdbd3
commit
750c3d05aa
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,8 @@ skip_branch_with_pr: true
|
||||||
image: libcc-20-vs2017
|
image: libcc-20-vs2017
|
||||||
environment:
|
environment:
|
||||||
DISABLE_CRASH_REPORTER_TESTS: true
|
DISABLE_CRASH_REPORTER_TESTS: true
|
||||||
|
APPVEYOR_RDP_PASSWORD:
|
||||||
|
secure: RCKgcu5XLpoU2i08YuN/btpiqqjS2/gN1ZZHfLW8F6o=
|
||||||
matrix:
|
matrix:
|
||||||
- TARGET_ARCH: ia32
|
- TARGET_ARCH: ia32
|
||||||
- TARGET_ARCH: x64
|
- TARGET_ARCH: x64
|
||||||
|
@ -75,3 +77,5 @@ deploy_script:
|
||||||
} else {
|
} else {
|
||||||
Write-Output "Skipping upload distribution because build is not for release"
|
Write-Output "Skipping upload distribution because build is not for release"
|
||||||
}
|
}
|
||||||
|
on_finish:
|
||||||
|
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue