mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-29 03:23:22 +01:00
add NetBSD test by https://github.com/vmactions/netbsd-vm
This commit is contained in:
parent
169eb64b99
commit
a258907cf8
40
.github/workflows/NetBSD.yml
vendored
Normal file
40
.github/workflows/NetBSD.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
name: NetBSD
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
paths:
|
||||
- '**.c'
|
||||
- '**.h'
|
||||
- 'compat/*'
|
||||
- '.github/workflows/NetBSD.yml'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
paths:
|
||||
- '**.c'
|
||||
- '**.h'
|
||||
- 'compat/*'
|
||||
- '.github/workflows/NetBSD.yml'
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
NetBSD:
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: vmactions/netbsd-vm@v0
|
||||
with:
|
||||
prepare: |
|
||||
pkg_add gmake automake autoconf libtool pkgconf libevent msgpack libssh
|
||||
usesh: true
|
||||
run: |
|
||||
autoupdate
|
||||
./autogen.sh
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user