mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 09:22:15 +08:00 
			
		
		
		
	Merge pull request #718 from MartiUK/development
Publish appveyor artefacts
This commit is contained in:
		
							
								
								
									
										17
									
								
								appveyor.yml
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								appveyor.yml
									
									
									
									
									
								
							| @@ -27,6 +27,23 @@ os: Windows Server 2012 R2 | |||||||
| build_script: | build_script: | ||||||
|   - ps: cd scripts; .\build.ps1 -Compile -verbose |   - ps: cd scripts; .\build.ps1 -Compile -verbose | ||||||
|  |  | ||||||
|  | #---------------------------------# | ||||||
|  | #           artifacts             # | ||||||
|  | #---------------------------------# | ||||||
|  |  | ||||||
|  | after_build: | ||||||
|  |   - ps: .\pack.ps1 -verbose | ||||||
|  |  | ||||||
|  | artifacts: | ||||||
|  |   - path: build\cmder.zip | ||||||
|  |     name: cmderzip | ||||||
|  |  | ||||||
|  |   - path: build\cmder.7z | ||||||
|  |     name: cmder7z | ||||||
|  |  | ||||||
|  |   - path: build\cmder_mini.zip | ||||||
|  |     name: cmdermini | ||||||
|  |  | ||||||
| #---------------------------------# | #---------------------------------# | ||||||
| #         notifications           # | #         notifications           # | ||||||
| #---------------------------------# | #---------------------------------# | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user