Skip to content

Commit

Permalink
Add FreeBSD to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fraggerfox authored and BenBE committed Feb 29, 2024
1 parent 01d3398 commit 26ad7ef
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,27 @@ jobs:
- name: Distcheck
run: make distcheck DISTCHECK_CONFIGURE_FLAGS="--enable-werror"

build-freebsd-latest-clang:
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Compile
uses: vmactions/freebsd-vm@v1
with:
release: '14.0'
usesh: true
prepare: |
pkg install -y gmake autoconf-2.71 automake git
git config --global --add safe.directory /home/runner/work/htop/htop
run: |
set -e
./autogen.sh
./configure --enable-unicode --enable-werror
gmake -k
whitespace_check:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 26ad7ef

Please sign in to comment.