summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfraggerfox <santhosh.raju@gmail.com>2024-02-24 11:44:58 +0100
committerBenBE <BenBE@geshi.org>2024-02-29 18:54:37 +0100
commit1fa7d6c73b54460125aa5ac989131921bfd93bf3 (patch)
treede594ca17ebbd04d1d9814e9411b324711a5c46b
parent553039102bf4a08cfde5e5eda253604a6632c1a4 (diff)
Add OpenBSD to the CI
-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 00852697..bb2ccfb4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -243,6 +243,29 @@ jobs:
CPPFLAGS="-I/usr/pkg/include" ./configure --enable-unicode --enable-werror
gmake -k
+ build-openbsd-latest-gcc:
+ runs-on: ubuntu-22.04
+ timeout-minutes: 20
+ steps:
+ - uses: actions/checkout@v4
+ with:
+ submodules: recursive
+ - name: Compile
+ uses: vmactions/openbsd-vm@v1
+ with:
+ release: '7.4'
+ usesh: true
+ prepare: |
+ pkg_add gmake autoconf-2.71 automake-1.16.5 git
+ git config --global --add safe.directory /home/runner/work/htop/htop
+ run: |
+ set -e
+ export AUTOCONF_VERSION=2.71
+ export AUTOMAKE_VERSION=1.16
+ ./autogen.sh
+ ./configure --enable-unicode --enable-werror
+ gmake -k
+
whitespace_check:
runs-on: ubuntu-latest
steps:

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