Skip to content

build-artifacts

build-artifacts #2

Workflow file for this run

name: build-artifacts
on:
workflow_dispatch:
jobs:
job:
name: ${{ matrix.os }}-${{ github.workflow }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: lukka/get-cmake@latest
- name: Setup vcpkg and install packages
uses: lukka/[email protected]
- name: Run CMake
uses: lukka/[email protected]
with:
configurePreset: 'x64-Release'
buildPreset: 'x64-Release'