mirror of
				https://gitlab.com/klmp200/fish.git
				synced 2025-10-31 01:03:03 +00:00 
			
		
		
		
	Ajout d'une config drone pour le repo mirroir
This commit is contained in:
		
							
								
								
									
										20
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | |||||||
|  | pipeline: | ||||||
|  |   build: | ||||||
|  |     image: gcc | ||||||
|  |     commands: | ||||||
|  |       - apt update | ||||||
|  |       - apt -y install make cmake gcc python libpcre3 lippcre3-dev | ||||||
|  |       - mkdir cmake-build | ||||||
|  |       - cd cmake-build | ||||||
|  |       - cmake .. | ||||||
|  |       - make | ||||||
|  |   test: | ||||||
|  |     image: gcc | ||||||
|  |     commands: | ||||||
|  |       - apt update | ||||||
|  |       - apt -y install make cmake gcc python libpcre3 lippcre3-dev | ||||||
|  |       - mkdir cmake-build | ||||||
|  |       - cd cmake-build | ||||||
|  |       - cmake .. | ||||||
|  |       - make | ||||||
|  |       - make test | ||||||
		Reference in New Issue
	
	Block a user