Skip to content

chore: bump latest SFSE version to 0.2.0 #368

chore: bump latest SFSE version to 0.2.0

chore: bump latest SFSE version to 0.2.0 #368

Workflow file for this run

name: Main CI [CMake]
on:
pull_request:
branches: [main, feature/*, fix/*, maintenance]
paths:
- "CommonLibSF/**"
- ".github/workflows/main_ci.yml"
workflow_dispatch:
jobs:
build:
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.37
- name: Build
run: |
${{ github.workspace }}/scripts/build-release-${{ matrix.compiler }}-cpm-test.bat