Skip to content

build(deps): Bump lukka/get-cmake from 3.30.5 to 3.31.0 #89

build(deps): Bump lukka/get-cmake from 3.30.5 to 3.31.0

build(deps): Bump lukka/get-cmake from 3.30.5 to 3.31.0 #89

# Copyright 2021-2023, Collabora, Ltd.
# SPDX-License-Identifier: CC0-1.0
name: Build Windows pull request artifacts
on:
pull_request:
branches:
- "devel"
push:
branches:
- "devel"
workflow_dispatch:
jobs:
msvc-build:
strategy:
fail-fast: true
matrix:
preset:
- cts-win32
- cts-x64
uses: "./.github/workflows/msvc-build-preset.yml"
with:
preset: "${{ matrix.preset }}"
artifactName: "openxr-${{ matrix.preset }}"
buildType: "RelWithDebInfo"
subdir: "install/conformance"