Skip to content

Workflow file for this run

#name: build and test
#on: [push, 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:
# - name: Checkout cpp-oasvalidator
# uses: actions/checkout@v4
# with:
# submodules: true
# fetch-depth: 0
#
# - uses: lukka/get-cmake@latest
#
# - name: Run CMake Ninja build all release preset including example, unittests, perftests
# uses: lukka/run-cmake@v10
# id: runcmake
# with:
# workflowPreset: 'release-all'