Skip to content

Commit

Permalink
Create Fedora job
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark authored Jan 30, 2024
1 parent 8e433ee commit 3b4387e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,30 @@ jobs:
- name: Distribution check
run: make distcheck

build-fedora:
name: Fedora
runs-on: ubuntu-22.04
container:
image: fedora:rawhide
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
dnf -y install \
automake \
fuse-devel \
gmp-devel \
libgcrypt-devel \
libtool \
ncurses-devel \
readline-devel
- name: Bootstrap
run: ./bootstrap
- name: Configure
run: ./configure
- name: Build
run: make -j $(nproc)

build-macos:
name: macOS
runs-on: macos-13
Expand Down

0 comments on commit 3b4387e

Please sign in to comment.