Merge pull request #6113 from Icinga/testing/appveyor

appveyor: Disable artifacts until we use them
This commit is contained in:
Gunnar Beutner 2018-02-22 14:38:55 +01:00 committed by GitHub
commit 464e829fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -47,9 +47,12 @@ test_script:
.\tools\win32\test.ps1
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
artifacts:
- path: build/Icinga*.msi
- path: build/choco/*.nupkg
- path: build/Test.xml
# Disable until we really need them
# https://github.com/Icinga/icinga2/issues/6106
# https://help.appveyor.com/discussions/problems/10253-maximum-allowed-artifact-storage-size-of-1000-mb-will-be-exceeded
#artifacts:
#- path: build/Icinga*.msi
#- path: build/choco/*.nupkg
#- path: build/Test.xml
deploy: off