mirror of
https://github.com/tmate-io/tmate.git
synced 2025-06-24 19:41:22 +02:00
Add FreeBSD build by https://github.com/vmactions/freebsd-vm
This commit is contained in:
parent
be4a88507e
commit
169eb64b99
40
.github/workflows/FreeBSD.yml
vendored
Normal file
40
.github/workflows/FreeBSD.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
name: FreeBSD
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
paths:
|
||||
- '**.c'
|
||||
- '**.h'
|
||||
- 'compat/*'
|
||||
- '.github/workflows/FreeBSD.yml'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
paths:
|
||||
- '**.c'
|
||||
- '**.h'
|
||||
- 'compat/*'
|
||||
- '.github/workflows/FreeBSD.yml'
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
FreeBSD:
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: vmactions/freebsd-vm@v0
|
||||
with:
|
||||
prepare: |
|
||||
pkg install -y gmake automake autoconf libtool pkgconf libevent msgpack libssh
|
||||
usesh: true
|
||||
run: |
|
||||
autoupdate
|
||||
./autogen.sh
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user