Files
itc_pressure_optimizer/.gitea/workflows/action.yaml
T
ponsin_h 434560c750
CI / build-and-test (push) Failing after 4s
adding CI
2026-07-29 13:12:16 +02:00

21 lines
363 B
YAML

name: CI
on:
push:
branches: [ "main" ]
jobs:
build-and-test:
runs-on: linepics
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: compile
run: |
cmake -B build -DBUILD_TEST=ON
- name: Run tests
run: |
./build/test