Skip to content

Commit

Permalink
Traktor: Another GH action to build Windows in debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Jan 1, 2025
1 parent bb495e5 commit b47cb6b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build-windows-debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build Windows (Debug)

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Install 3rdp dependencies
run: ./scripts/update-3rdp.bat
- name: Generate build files
run: ./scripts/build-projects-vs2022-win64.bat
- name: Build DebugShared
run: ./scripts/autobuild/autobuild-latest-win64.bat DebugShared

0 comments on commit b47cb6b

Please sign in to comment.