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 6 additions and 0 deletions
Showing only changes of commit 0944e1315e - Show all commits

View File

@ -16,6 +16,12 @@ steps:
- export PATH=$PATH:$(pwd)/zig-linux-x86_64-$${ZIG_VERSION}
- zig version
- name: check-tls
image: ubuntu:latest
commands:
- openssl version
- openssl ciphers -v | grep -i tls
- name: build
image: ubuntu:latest
commands: