This commit is contained in:
Chuck Walbourn 2024-09-18 13:24:15 -07:00
parent f25eb89f38
commit c8d71e016c

View File

@ -62,6 +62,13 @@ jobs:
env: env:
CompileShadersOutput: ${{ github.workspace }}/out/Shaders/Compiled CompileShadersOutput: ${{ github.workspace }}/out/Shaders/Compiled
- name: 'Build Shaders (TEXENVMAP)'
shell: cmd
working-directory: ./Texenvmap/Shaders
run: CompileShaders.cmd
env:
CompileShadersOutput: ${{ github.workspace }}/out/Shaders/Compiled
- name: Initialize MSVC Code Analysis - name: Initialize MSVC Code Analysis
uses: microsoft/msvc-code-analysis-action@24c285ab36952c9e9182f4b78dfafbac38a7e5ee # v0.1.1 uses: microsoft/msvc-code-analysis-action@24c285ab36952c9e9182f4b78dfafbac38a7e5ee # v0.1.1
id: run-analysis id: run-analysis