Traktor: Properly track min/max state of toplevel forms in wayland UI… #611
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build Windows (Debug) | |
| on: | |
| push: | |
| branches: [ "master" ] | |
| pull_request: | |
| branches: [ "master" ] | |
| jobs: | |
| build: | |
| runs-on: windows-2025-vs2026 | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Install 3rdp dependencies | |
| run: ./scripts/update-3rdp.bat | |
| - name: Generate build files | |
| run: ./scripts/build-projects-vs2026-win64.bat | |
| - name: Build DebugShared | |
| run: ./scripts/autobuild/autobuild-latest-win64.bat DebugShared |