Skip to content

feat : for cpp20, using for scoped enums #81

feat : for cpp20, using for scoped enums

feat : for cpp20, using for scoped enums #81

Workflow file for this run

name: CMake
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
linux-build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: CMake workflow
run: cmake --workflow --preset default
windows-build:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- name: CMake workflow
run: cmake --workflow --preset default