Skip to content

Commit

Permalink
ci: add OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam committed Apr 15, 2024
1 parent 17b52fe commit 43f83df
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: OpenBSD

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
OpenBSD-test:
runs-on: ubuntu-latest
name: Test xz on OpenBSD
steps:
- uses: actions/checkout@v4
- name: Test in OpenBSD
id: test
uses: vmactions/[email protected]
with:
usesh: true
prepare: |
/usr/sbin/pkg_add -I -v autoconf-2.71 automake-1.16.5 gmake gettext-tools gtar libtool m4
run: |
export LC_ALL=C LANG=C
export AUTOCONF_VERSION=2.71
export AUTOMAKE_VERSION=1.16
uname -a
./autogen.sh
./configure --enable-werror
make
make check VERBOSE=1

0 comments on commit 43f83df

Please sign in to comment.