renderer-mvp/post-processing #56
							
								
								
									
										22
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								.drone.yml
									
									
									
									
									
								
							| @ -1,9 +1,27 @@ | |||||||
| kind: pipeline | kind: pipeline | ||||||
|  | type: docker | ||||||
| name: continuous integration | name: continuous integration | ||||||
| 
 | 
 | ||||||
| steps: | steps: | ||||||
| - name: build & test |   - name: setup | ||||||
|   image: chainguard/zig:latest |     image: ubuntu:latest | ||||||
|     commands: |     commands: | ||||||
|  |       - apt-get update | ||||||
|  |       - apt-get install -y wget gnupg software-properties-common | ||||||
|  |       - apt-get install -y sdl2-dev glslang-tools spirv-tools | ||||||
|  |       - wget https://ziglang.org/download/0.10.1/zig-linux-x86_64-0.10.1.tar.xz | ||||||
|  |       - tar -xf zig-linux-x86_64-0.10.1.tar.xz | ||||||
|  |       - export PATH=$PATH:$(pwd)/zig-linux-x86_64-0.10.1 | ||||||
|  |       - zig version | ||||||
|  | 
 | ||||||
|  |   - name: build | ||||||
|  |     image: ubuntu:latest | ||||||
|  |     commands: | ||||||
|  |       - export PATH=$PATH:$(pwd)/zig-linux-x86_64-0.10.1 | ||||||
|       - zig build |       - zig build | ||||||
|  | 
 | ||||||
|  |   - name: test | ||||||
|  |     image: ubuntu:latest | ||||||
|  |     commands: | ||||||
|  |       - export PATH=$PATH:$(pwd)/zig-linux-x86_64-0.10.1 | ||||||
|       - zig build test |       - zig build test | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user