summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfraggerfox <santhosh.raju@gmail.com>2024-02-24 11:32:44 +0100
committerBenBE <BenBE@geshi.org>2024-02-29 18:54:37 +0100
commit26ad7ef6a9cc147304f64b8059707a920b573b29 (patch)
treee222bda304b84848833a484644b176a51e4946fd
parent01d3398e8df1d0a60e27799cea5ec646b3b8a081 (diff)
Add FreeBSD to the CI
-rw-r--r--.github/workflows/ci.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0582e054..a0c0298f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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:

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