Skip to content

Guard syslib fallback definitions #96

Guard syslib fallback definitions

Guard syslib fallback definitions #96

Workflow file for this run

name: linux
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure
run: cmake -S . -B build -DPYPILOT_ALGORITHMS_BUILD_TESTS=ON
- name: Build
run: cmake --build build --parallel
- name: Test
run: ctest --test-dir build --output-on-failure