mirror of
				https://github.com/Tim-Paik/neutauri.git
				synced 2024-10-12 23:29:41 +00:00 
			
		
		
		
	This commit is contained in:
		
							
								
								
									
										25
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,25 @@ | ||||
| kind: pipeline | ||||
| type: docker | ||||
| name: default | ||||
|  | ||||
| steps: | ||||
| - name: build | ||||
|   image: rust:latest | ||||
|   commands: | ||||
|     - cargo build --release --bin neutauri_runtime | ||||
|     - cargo build --release --bin neutauri_bundler | ||||
|  | ||||
| - name: gitea_release | ||||
|   image: plugins/gitea-release | ||||
|   settings: | ||||
|     api_key: | ||||
|       from_secret: gitea_token | ||||
|     base_url: https://git.186526.xyz | ||||
|     files: | ||||
|       - ./target/release/neutauri_bundler | ||||
|     checksum: | ||||
|       - md5 | ||||
|       - sha256 | ||||
|   when: | ||||
|     event:  | ||||
|       - tag | ||||
		Reference in New Issue
	
	Block a user