Skip to content

chore: bump argparse to version 3.1 (#170) #147

chore: bump argparse to version 3.1 (#170)

chore: bump argparse to version 3.1 (#170) #147

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-project:
name: Build Project
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu, windows]
steps:
- name: Checkout
uses: actions/[email protected]
- name: Configure Project
uses: threeal/[email protected]
- name: Build Project
run: cmake --build build --config Release
- name: Install Project
run: cmake --install build --prefix install
- name: Upload Project as Artifact
uses: actions/[email protected]
with:
name: package-${{ matrix.os }}
path: install