From 1fa7d6c73b54460125aa5ac989131921bfd93bf3 Mon Sep 17 00:00:00 2001 From: fraggerfox Date: Sat, 24 Feb 2024 11:44:58 +0100 Subject: Add OpenBSD to the CI --- .github/workflows/ci.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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: -- cgit v1.2.3