Skip to content

feat: save

feat: save #465

Workflow file for this run

name: Main CI [CMake]
on:
pull_request:
branches: main
types: [opened, synchronize, ready_for_review]
paths:
- ".github/workflows/main_ci.yml"
- "cmake/**"
- "include/**"
- "src/**"
- "CMakeLists.txt"
- "CMakePresets.json"
- "vcpkg.json"
workflow_dispatch:
concurrency:
group: main-ci
cancel-in-progress: true
jobs:
build-cmake:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
compiler:
- msvc
- clang-cl
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Get CMake
uses: lukka/get-cmake@latest
- name: Setup MSVC prompt
uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x64
toolset: 14.40
- name: Build
run: |
${{ github.workspace }}/scripts/build-release-${{ matrix.compiler }}-test.bat