This commit is contained in:
neil 2022-08-06 15:05:07 +08:00 committed by Nicolas Viennot
parent 6cb27ead4e
commit ac919516f4

41
.github/workflows/DragonflyBSD.yml vendored Normal file
View File

@ -0,0 +1,41 @@
name: DragonflyBSD
on:
push:
branches:
- '*'
paths:
- '**.c'
- '**.h'
- 'compat/*'
- '.github/workflows/DragonflyBSD.yml'
pull_request:
branches:
- '*'
paths:
- '**.c'
- '**.h'
- 'compat/*'
- '.github/workflows/DragonflyBSD.yml'
jobs:
DragonflyBSD:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: vmactions/dragonflybsd-vm@v0
with:
prepare: |
pkg install -y automake autoconf libtool pkgconf libevent msgpack libssh gsed
usesh: true
run: |
gsed -i "s/OK/0/g" tty-term.c
autoupdate
./autogen.sh
./configure
make
make install