Skip to content

Run test-suite on PRs via GitHub Actions; retire Travis#22

Draft
Copilot wants to merge 17 commits into
masterfrom
copilot/replace-gstreamer-bits-and-setup-ci
Draft

Run test-suite on PRs via GitHub Actions; retire Travis#22
Copilot wants to merge 17 commits into
masterfrom
copilot/replace-gstreamer-bits-and-setup-ci

Conversation

Copilot AI commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Wire up CI so the meson test-suite builds and runs on every PR, with all GStreamer/codec dependencies (x264, libav, voaac, speex) provisioned on the runner. The previous Travis config predates the current test-suite and is no longer used.

Changes

  • .github/workflows/ci.yml (already present on this branch) builds and runs the suite on pull_request, pushes to master, and workflow_dispatch. Installs the full dependency set on ubuntu-latest, then meson setup -Dtests=enabledmeson compilemeson test, uploading meson-logs/ as an artifact on all outcomes.
    • Added a concurrency group to cancel superseded runs on the same ref.
  • Removed .travis.yml — superseded by the Actions workflow.

Dependency notes

The codecs the harness instantiates map onto stock apt packages; no separate x264 package is required:

Element Package
x264enc gstreamer1.0-plugins-ugly
avdec_h264, avdec_aac gstreamer1.0-libav
voaacenc, aacparse, h264parse gstreamer1.0-plugins-bad
speexenc/speexdec (optional coverage) gstreamer1.0-plugins-good

To enable

CI activates once this lands on the default branch. To gate merges, add a branch-protection rule requiring the build-and-test check. Fork PRs need the standard first-run maintainer approval; no secrets are used (workflow is contents: read only).

Copilot AI changed the title Gate upstream-incompatible RTMP tests to get the suite green Run test-suite on PRs via GitHub Actions; retire Travis Jun 24, 2026
Copilot AI requested a review from havardgraff June 24, 2026 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants