mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 21:24:41 +02:00
parent
6bb2ed4258
commit
ee9ba18c24
11
appveyor.yml
11
appveyor.yml
@ -47,9 +47,12 @@ test_script:
|
|||||||
.\tools\win32\test.ps1
|
.\tools\win32\test.ps1
|
||||||
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
|
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
|
||||||
|
|
||||||
artifacts:
|
# Disable until we really need them
|
||||||
- path: build/Icinga*.msi
|
# https://github.com/Icinga/icinga2/issues/6106
|
||||||
- path: build/choco/*.nupkg
|
# https://help.appveyor.com/discussions/problems/10253-maximum-allowed-artifact-storage-size-of-1000-mb-will-be-exceeded
|
||||||
- path: build/Test.xml
|
#artifacts:
|
||||||
|
#- path: build/Icinga*.msi
|
||||||
|
#- path: build/choco/*.nupkg
|
||||||
|
#- path: build/Test.xml
|
||||||
|
|
||||||
deploy: off
|
deploy: off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user