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 2 additions and 7 deletions
Showing only changes of commit 9c54ed4683 - Show all commits

View File

@ -13,7 +13,7 @@ steps:
- apt-get install -y git git-lfs
- git submodule update --init --recursive
- name: build
- name: build & test
image: ubuntu:latest
commands:
- apt-get update
@ -22,9 +22,4 @@ steps:
- tar -xf zig-linux-x86_64-$${ZIG_VERSION}.tar.xz
- export PATH=$PATH:$(pwd)/zig-linux-x86_64-$${ZIG_VERSION}
- zig build
- name: test
image: ubuntu:latest
commands:
- export PATH=$PATH:$(pwd)/zig-linux-x86_64-$${ZIG_VERSION}
- zig build test
- zig build test