Disable appveyor test search

We don't have tests.
This commit is contained in:
Martin Kemp 2015-11-19 13:57:12 +00:00
parent 1ec507c1d0
commit 908773622d

View File

@ -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