Skip to content

linux cleanup

linux cleanup #3

name: "Win64 MSVC Vulkan Debug"
on:
workflow_dispatch:
push:
branches: [ "master" ]
paths:
- '**/*.vcxproj'
- '**/*.h'
- '**/*.hpp'
- '**/*.c'
- '**/*.cpp'
- '**/*.inl'
- '**/*.hlsli'
- '**/*.hlsl.h'
pull_request:
branches: [ "master" ]
paths:
- '**/*.vcxproj'
- '**/*.h'
- '**/*.hpp'
- '**/*.c'
- '**/*.cpp'
- '**/*.inl'
- '**/*.hlsli'
- '**/*.hlsl.h'
jobs:
build:
uses: ./.github/workflows/Build_Target_vs2022.yml
with:
build_platform: "Win64 MSVC Vulkan"
build_configuration: "Debug"
secrets:
DISCORD_BUILD_WEBHOOK_URL: ${{ secrets.DISCORD_BUILD_WEBHOOK_URL }}