WIP: feat(renderer/vk): shaders #12

Closed
light7734 wants to merge 23 commits from ci/build_msvc_amd64 into main
Showing only changes of commit 6ecb268196 - Show all commits

View file

@ -12,7 +12,8 @@ platform:
steps:
- name: tests
shell: powershell
commands: ./tools/ci/steps/amd64_msvc_tests.ps1
commands:
- ./tools/ci/steps/amd64_msvc_tests.ps1
---
kind: pipeline
@ -26,7 +27,8 @@ steps:
- name: tests
image: unit_tests:latest
pull: if-not-exists
commands: ./tools/ci/steps/amd64_gcc_tests.sh
commands:
- ./tools/ci/steps/amd64_gcc_tests.sh
---
kind: pipeline
@ -40,7 +42,8 @@ steps:
- name: valgrind
image: valgrind:latest
pull: if-not-exists
commands: ./tools/ci/steps/amd64_gcc_valgrind.sh
commands:
- ./tools/ci/steps/amd64_gcc_valgrind.sh
---
kind: pipeline
@ -54,7 +57,8 @@ steps:
- name: leak sanitizer
image: leak_sanitizer:latest
pull: if-not-exists
commands: ./tools/ci/steps/amd64_clang_sanitizer_leak.sh
commands:
- ./tools/ci/steps/amd64_clang_sanitizer_leak.sh
---
kind: pipeline
@ -69,7 +73,8 @@ steps:
image: static_analysis:latest
pull: if-not-exists
privileged: true
commands: ./tools/ci/steps/static_analysis.sh
commands:
- ./tools/ci/steps/static_analysis.sh
---
kind: pipeline
@ -83,4 +88,5 @@ steps:
- name: clang format
image: clang_format:latest
pull: if-not-exists
commands: ./tools/ci/steps/style.sh
commands:
- ./tools/ci/steps/style.sh