Update to latest Kinc #119
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: Windows (Direct3D 12) | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Get krink Submodules | |
run: git submodule update --init | |
- name: Get Kinc DLC | |
run: .\Kinc\get_dlc.bat | |
- name: Compile | |
run: .\Kinc\make.bat -v vs2022 -g direct3d12 --kinc Kinc --from Tests/Empty --noshaders --compile |