|
@@ -123,6 +123,11 @@ jobs:
|
|
run: '"%MSBUILD_PATH%\MSBuild.exe" examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj /p:Platform=Win32 /p:Configuration=Release'
|
|
run: '"%MSBUILD_PATH%\MSBuild.exe" examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj /p:Platform=Win32 /p:Configuration=Release'
|
|
if: github.event_name == 'workflow_run'
|
|
if: github.event_name == 'workflow_run'
|
|
|
|
|
|
|
|
+ - name: Build Win32 example_sdl2_sdlrenderer2
|
|
|
|
+ shell: cmd
|
|
|
|
+ run: '"%MSBUILD_PATH%\MSBuild.exe" examples/example_sdl2_sdlrenderer2/example_sdl2_sdlrenderer2.vcxproj /p:Platform=Win32 /p:Configuration=Release'
|
|
|
|
+ if: github.event_name == 'workflow_run'
|
|
|
|
+
|
|
- name: Build Win32 example_sdl2_vulkan
|
|
- name: Build Win32 example_sdl2_vulkan
|
|
shell: cmd
|
|
shell: cmd
|
|
run: '"%MSBUILD_PATH%\MSBuild.exe" examples/example_sdl2_vulkan/example_sdl2_vulkan.vcxproj /p:Platform=Win32 /p:Configuration=Release'
|
|
run: '"%MSBUILD_PATH%\MSBuild.exe" examples/example_sdl2_vulkan/example_sdl2_vulkan.vcxproj /p:Platform=Win32 /p:Configuration=Release'
|
|
@@ -168,6 +173,11 @@ jobs:
|
|
shell: cmd
|
|
shell: cmd
|
|
run: '"%MSBUILD_PATH%\MSBuild.exe" examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj /p:Platform=x64 /p:Configuration=Release'
|
|
run: '"%MSBUILD_PATH%\MSBuild.exe" examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj /p:Platform=x64 /p:Configuration=Release'
|
|
|
|
|
|
|
|
+ - name: Build x64 example_sdl2_sdlrenderer2
|
|
|
|
+ shell: cmd
|
|
|
|
+ run: '"%MSBUILD_PATH%\MSBuild.exe" examples/example_sdl2_sdlrenderer2/example_sdl2_sdlrenderer2.vcxproj /p:Platform=x64 /p:Configuration=Release'
|
|
|
|
+ if: github.event_name == 'workflow_run'
|
|
|
|
+
|
|
- name: Build x64 example_sdl2_vulkan
|
|
- name: Build x64 example_sdl2_vulkan
|
|
shell: cmd
|
|
shell: cmd
|
|
run: '"%MSBUILD_PATH%\MSBuild.exe" examples/example_sdl2_vulkan/example_sdl2_vulkan.vcxproj /p:Platform=x64 /p:Configuration=Release'
|
|
run: '"%MSBUILD_PATH%\MSBuild.exe" examples/example_sdl2_vulkan/example_sdl2_vulkan.vcxproj /p:Platform=x64 /p:Configuration=Release'
|