add gitlab ci
This commit is contained in:
		
							
								
								
									
										9
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					Build_Go:
 | 
				
			||||||
 | 
					  image: golang:latest
 | 
				
			||||||
 | 
					  stage: build
 | 
				
			||||||
 | 
					  script:
 | 
				
			||||||
 | 
					    - go build -v -o latexautoinstaller
 | 
				
			||||||
 | 
					  artifacts:
 | 
				
			||||||
 | 
					    expire_in: 2 days
 | 
				
			||||||
 | 
					    paths:
 | 
				
			||||||
 | 
					      - "./latexautoinstaller*"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user