summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfraggerfox <santhosh.raju@gmail.com>2024-02-25 15:17:43 +0100
committerBenBE <BenBE@geshi.org>2024-02-29 18:54:37 +0100
commit2555cc39f369c1ca9a8d9a59c5de1dc6d057cd47 (patch)
tree5e13a47fd116c2cc755b2e0a9b91b8251e66d7a2
parent1fa7d6c73b54460125aa5ac989131921bfd93bf3 (diff)
Add Dragonfly BSD to the CI
-rwxr-xr-x[-rw-r--r--].github/workflows/ci.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bb2ccfb4..c078d089 100644..100755
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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

© 2014-2024 Faster IT GmbH | imprint | privacy policy