renderer-mvp/post-processing #56

Merged
kayomn merged 30 commits from renderer-mvp/post-processing into main 2024-07-22 02:05:25 +02:00
1 changed files with 5 additions and 4 deletions
Showing only changes of commit 09b9c875b0 - Show all commits

View File

@ -2,14 +2,15 @@ kind: pipeline
type: docker
name: continuous integration
clone:
depth: 1
submodules: true
environment:
ZIG_VERSION: 0.13.0
steps:
- name: submodules
image: ubuntu:latest
commands:
- git submodule update --init --recursive
- name: build
image: ubuntu:latest
commands: