Skip to content

Commit

Permalink
Workflows: add Fedora to CI (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Nov 7, 2024
1 parent a02517d commit 3f417d6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,24 @@ jobs:
meson build
ninja -C build install
fedora:
runs-on: ubuntu-latest

container:
image: fedora:latest

steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
dnf install -y desktop-file-utils accountsservice-devel gdk-pixbuf2-devel gnome-desktop3-devel granite-devel gtk3-devel libhandy-devel lightdm-gobject-devel mutter-devel libX11-devel meson valac
- name: Build
env:
DESTDIR: out
run: |
meson build
ninja -C build install
lint:

runs-on: ubuntu-latest
Expand Down

0 comments on commit 3f417d6

Please sign in to comment.