Skip to content

Commit

Permalink
Merge pull request #720 from MartiUK/development
Browse files Browse the repository at this point in the history
Disable appveyor test search
  • Loading branch information
MartiUK committed Nov 19, 2015
2 parents deb23a2 + 9087736 commit 1046198
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1046198

Please sign in to comment.