All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
		
			
				
	
	
		
			20 lines
		
	
	
		
			366 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			366 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| kind: pipeline
 | |
| name: build
 | |
| 
 | |
| steps:
 | |
|   - name: build
 | |
|     image: turboregistry:5000/juju/turbo-ci-arch
 | |
|     commands:
 | |
|       - rustup component add rust-src
 | |
|       - make
 | |
| 
 | |
|   - name: release
 | |
|     image: plugins/gitea-release
 | |
|     settings:
 | |
|       api_key:
 | |
|         from_secret: api_key
 | |
|       base_url: http://gitea_web_1:3000
 | |
|       files: julios.iso
 | |
|     when:
 | |
|       event: tag
 |