Skip to content

chore: manage clang-format via uv and run through uv in lint/format s… #5

chore: manage clang-format via uv and run through uv in lint/format s…

chore: manage clang-format via uv and run through uv in lint/format s… #5

Workflow file for this run

name: E2E Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
e2e:
runs-on: ${{ matrix.os }}
name: Run
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v6
- name: Build rtp2httpd
run: |
cmake -B build -DCMAKE_BUILD_TYPE=Release -DENABLE_AGGRESSIVE_OPT=ON
cmake --build build -j$(getconf _NPROCESSORS_ONLN)
- uses: astral-sh/setup-uv@v7
- name: Run E2E tests
run: ./scripts/run-e2e.sh