mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-25 06:40:22 +08:00
Merge pull request #720 from MartiUK/development
Disable appveyor test search
This commit is contained in:
commit
1046198648
@ -27,13 +27,16 @@ os: Windows Server 2012 R2
|
|||||||
build_script:
|
build_script:
|
||||||
- ps: cd scripts; .\build.ps1 -Compile -verbose
|
- 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 #
|
# artifacts #
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
|
|
||||||
after_build:
|
|
||||||
- ps: .\pack.ps1 -verbose
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: build\cmder.zip
|
- path: build\cmder.zip
|
||||||
name: cmderzip
|
name: cmderzip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user