mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
add DragonflyBSD by https://github.com/vmactions/dragonflybsd-vm
This commit is contained in:
parent
f69ac5d455
commit
068497eda1
1 changed files with 41 additions and 0 deletions
41
.github/workflows/DragonflyBSD.yml
vendored
Normal file
41
.github/workflows/DragonflyBSD.yml
vendored
Normal 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
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue