Skip to content

feat!: build with CMake and release with semantic-release #4

feat!: build with CMake and release with semantic-release

feat!: build with CMake and release with semantic-release #4

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
build:
name: Build
runs-on: windows-2022
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag: v3.3.0
with:
fetch-depth: 1
- name: Build
run: |
mkdir build
cd build
cmake ../
cmake --build .
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
path: build