renderer-mvp/post-processing #56
|
@ -2,14 +2,15 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: continuous integration
|
name: continuous integration
|
||||||
|
|
||||||
clone:
|
|
||||||
depth: 1
|
|
||||||
submodules: true
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
ZIG_VERSION: 0.13.0
|
ZIG_VERSION: 0.13.0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: submodules
|
||||||
|
image: ubuntu:latest
|
||||||
|
commands:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue