From 908773622d73d032e778286196df29fe8288ef1f Mon Sep 17 00:00:00 2001 From: Martin Kemp Date: Thu, 19 Nov 2015 13:57:12 +0000 Subject: [PATCH] Disable appveyor test search We don't have tests. --- appveyor.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f5e613064..f976d2b0f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,13 +27,16 @@ os: Windows Server 2012 R2 build_script: - ps: cd scripts; .\build.ps1 -Compile -verbose +after_build: + - ps: .\pack.ps1 -verbose + +# Disable test search, since we don't have any. +test: off + #---------------------------------# # artifacts # #---------------------------------# -after_build: - - ps: .\pack.ps1 -verbose - artifacts: - path: build\cmder.zip name: cmderzip