1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-20 23:48:13 +00:00
xz/.github/workflows/netbsd.yml

33 lines
735 B
YAML
Raw Normal View History

# SPDX-License-Identifier: 0BSD
2024-04-13 22:30:44 +01:00
name: NetBSD
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
NetBSD-test:
runs-on: ubuntu-latest
name: Test xz on NetBSD
steps:
- uses: actions/checkout@v4.1.6
2024-04-13 22:30:44 +01:00
- name: Test in NetBSD
id: test
uses: vmactions/NetBSD-vm@dd0161ecbb6386e562fd098acf367633501487a4 #v1.1.3
2024-04-13 22:30:44 +01:00
with:
usesh: true
prepare: |
2024-06-03 02:49:40 +01:00
/usr/sbin/pkg_add -v autoconf automake gmake gettext-tools gtar-base libtool-base m4 po4a
2024-04-13 22:30:44 +01:00
run: |
2024-04-30 07:48:58 -06:00
set -e
2024-04-13 22:30:44 +01:00
export LC_ALL=C LANG=C
uname -a
./autogen.sh
./configure --enable-werror
make
make check VERBOSE=1