Update .gitlab-ci.yml
This commit is contained in:
		
							parent
							
								
									5478fac5af
								
							
						
					
					
						commit
						6d73849ad6
					
				@ -24,6 +24,7 @@ build:windows:
 | 
				
			|||||||
  script:
 | 
					  script:
 | 
				
			||||||
  - apt-get update -yqq
 | 
					  - apt-get update -yqq
 | 
				
			||||||
  - apt-get install -yqq mingw-w64
 | 
					  - apt-get install -yqq mingw-w64
 | 
				
			||||||
 | 
					  - rustup target add x86_64-pc-windows-gnu
 | 
				
			||||||
  - cargo build --release --target=x86_64-pc-windows-gnu
 | 
					  - cargo build --release --target=x86_64-pc-windows-gnu
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user