mirror of
https://github.com/X11Libre/xf86-video-v4l.git
synced 2026-03-24 01:25:19 +00:00
29 lines
772 B
YAML
29 lines
772 B
YAML
permissions:
|
|
contents: write
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
|
|
jobs:
|
|
# This driver is Linux-only
|
|
ubuntu:
|
|
strategy:
|
|
matrix:
|
|
xserver-version: [ master, xlibre-xserver-25.1.1, xlibre-xserver-25.0.0.20 ]
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: X11Libre/action-build-driver/target/ubuntu@v0.3.7
|
|
with:
|
|
xserver-version: ${{ matrix.xserver-version }}
|
|
|
|
release-notes:
|
|
name: Release pushed tag
|
|
runs-on: ubuntu-latest
|
|
if: ${{ startsWith(github.ref, 'refs/tags/xlibre-') }}
|
|
needs: ubuntu
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
steps:
|
|
- uses: X11Libre/action-build-driver/release@v0.3.7
|