Publish links.
This commit is contained in:
		
							parent
							
								
									729b8d4a9b
								
							
						
					
					
						commit
						148f550235
					
				
					 1 changed files with 14 additions and 14 deletions
				
			
		| 
						 | 
					@ -31,17 +31,17 @@ build_script:
 | 
				
			||||||
  - nmake
 | 
					  - nmake
 | 
				
			||||||
  - nmake windows_all
 | 
					  - nmake windows_all
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#on_success:
 | 
					on_success:
 | 
				
			||||||
#  - dir
 | 
					  - dir
 | 
				
			||||||
#  - git clone -q --depth=1 --branch=build-artifacts https://github.com/martinrotter/rssguard.git c:\rssguard-artifacts
 | 
					  - git clone -q --depth=1 --branch=build-artifacts https://github.com/martinrotter/rssguard.git c:\rssguard-artifacts
 | 
				
			||||||
#  - cd ..\rssguard-artifacts
 | 
					  - cd ..\rssguard-artifacts
 | 
				
			||||||
#  - git fetch
 | 
					  - git fetch
 | 
				
			||||||
#  - git checkout build-artifacts
 | 
					  - git checkout build-artifacts
 | 
				
			||||||
#  - git config --global credential.helper store
 | 
					  - git config --global credential.helper store
 | 
				
			||||||
#  - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
 | 
					  - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
 | 
				
			||||||
#  - git config --global user.email "rotter.martinos@gmail.com"
 | 
					  - git config --global user.email "rotter.martinos@gmail.com"
 | 
				
			||||||
#  - git config --global user.name "martinrotter"
 | 
					  - git config --global user.name "martinrotter"
 | 
				
			||||||
#  - copy /Y ..\rssguard-build\*.7z .\windows
 | 
					  - curl -T ..\rssguard-build\*.7z chunk.io --silent >> windows-builds.txt
 | 
				
			||||||
#  - git add windows\*.7z
 | 
					  - git add *.*
 | 
				
			||||||
#  - git commit -m "New files."
 | 
					  - git commit -m "New files."
 | 
				
			||||||
#  - git push origin build-artifacts
 | 
					  - git push origin build-artifacts
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue