Skip to content

Commit

Permalink
Add OpenBSD 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 5530391 commit 1fa7d6c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1fa7d6c

Please sign in to comment.