Skip to content

Commit

Permalink
Add Dragonfly BSD 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 1fa7d6c commit 2555cc3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,29 @@ jobs:
- name: Distcheck
run: make distcheck DISTCHECK_CONFIGURE_FLAGS="--enable-werror"

build-dragonflybsd-latest-gcc:
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Compile
uses: vmactions/dragonflybsd-vm@v1
with:
release: '6.4.0'
usesh: true
prepare: |
pkg install -y gmake autoconf-2.71 automake ncurses git
git config --global --add safe.directory /home/runner/work/htop/htop
run: |
set -e
export LDFLAGS="-L/usr/local/lib"
export CFLAGS="-I/usr/local/include"
./autogen.sh
./configure --enable-unicode --enable-werror
gmake -k
build-freebsd-latest-clang:
runs-on: ubuntu-22.04
timeout-minutes: 20
Expand Down

0 comments on commit 2555cc3

Please sign in to comment.