Traktor: Exposed albedo textures to RT for static meshes. #84
This file contains 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-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 |