Fix linux builds, ensure manual android builds does not compile shade… #13
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
# xrlib | |
name: windows-latest | |
on: | |
push: | |
branches: ['**'] | |
pull_request: | |
branches: ['main'] | |
jobs: | |
build: | |
uses: ./.github/workflows/_src_desktop_builds.yml | |
with: | |
matrix-json: > | |
{ | |
"os": ["windows-latest"], | |
"build_type": ["debug", "release"], | |
"enable_xrvk": ["ON", "OFF"], | |
"cpp_compiler": ["cl"] | |
} | |
build-as-static : "OFF" | |
export-artifacts: "OFF" |