Skip to content

Commit

Permalink
Add CI for popular Linux distros
Browse files Browse the repository at this point in the history
Archlinux; Debian 11/12/Testing/Sid;
Ubuntu 20.04/22.04/24.04; Fedora Latest/Rawhide;
OpenSUSE Leap Stable/Next; OpenSUSE Tumbleweed

Fix git error on Ubuntu 20.04
Add RPM Fusion repo on Fedora Rawhide to install ffms2
Install glibc-locale on openSUSE Leap
Build boost on openSUSE Leap
  • Loading branch information
0tkl committed Jun 3, 2024
1 parent ab63f6c commit 0815e00
Show file tree
Hide file tree
Showing 2 changed files with 391 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ on:
- master
- feature
- cibuilds
paths-ignore:
- ".github/workflows/distro.yml"
pull_request:
branches:
- master
- feature
paths-ignore:
- ".github/workflows/distro.yml"
workflow_dispatch:

jobs:
Expand Down
Loading

0 comments on commit 0815e00

Please sign in to comment.