mirror of
https://git.tukaani.org/xz.git
synced 2025-04-20 06:30:50 +00:00
CI: Add DragonflyBSD
This commit is contained in:
parent
07dc509137
commit
6cc7672c22
39
.github/workflows/dragonflybsd.yml
vendored
Normal file
39
.github/workflows/dragonflybsd.yml
vendored
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
# SPDX-License-Identifier: 0BSD
|
||||||
|
|
||||||
|
name: DragonflyBSD
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
DragonflyBSD:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: DragonflyBSD
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Test in DragonflyBSD
|
||||||
|
id: test
|
||||||
|
uses: vmactions/dragonflybsd-vm@e3c420e8a2362c2496fca6e76a291abd46f5d8e7 #v1.1.0
|
||||||
|
with:
|
||||||
|
usesh: true
|
||||||
|
prepare: >
|
||||||
|
pkg install -y
|
||||||
|
autoconf
|
||||||
|
automake
|
||||||
|
gettext-tools
|
||||||
|
libtool
|
||||||
|
m4
|
||||||
|
run: |
|
||||||
|
set -e
|
||||||
|
uname -a
|
||||||
|
./autogen.sh --no-po4a
|
||||||
|
# Innocent putc() triggers strict-overflow warnings.
|
||||||
|
./configure --disable-static --enable-debug --enable-werror CFLAGS='-g -O2 -pipe -Wno-error=strict-overflow'
|
||||||
|
make -j4 check
|
Loading…
x
Reference in New Issue
Block a user