Skip to content

Add Integration and Usage Guide in Readme #55

Add Integration and Usage Guide in Readme

Add Integration and Usage Guide in Readme #55

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-project:
name: Build Project
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
- name: Configure Project
uses: threeal/cmake-action@v1.3.0
- name: Install Project
run: cmake --install build --prefix install
- name: Upload Project as Artifact
uses: actions/upload-artifact@v4.3.3
with:
path: install