Skip to content

ci test

ci test #3

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
mkdir output
cd output
cmake ..
cmake —-build . --config Release