mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 11:22:13 +08:00 
			
		
		
		
	Merge pull request #720 from MartiUK/development
Disable appveyor test search
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user