renderer-mvp/post-processing #56
|
@ -2,11 +2,13 @@ kind: pipeline
|
|||
type: docker
|
||||
name: continuous integration
|
||||
|
||||
environment:
|
||||
ZIG_VERSION: 0.13.0
|
||||
|
||||
steps:
|
||||
- name: setup
|
||||
image: ubuntu:latest
|
||||
environment:
|
||||
ZIG_VERSION: 0.13.0
|
||||
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y xz-utils wget libsdl2-dev glslang-tools spirv-tools
|
||||
|
|
Loading…
Reference in New Issue