[actions] add FreeBSD workflow

This commit is contained in:
R4SAS 2020-12-07 07:05:41 +03:00 committed by GitHub
parent 9a2c6a7619
commit 067dbd041e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
.github/workflows/manual.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Build on FreeBSD
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
name: A job to run test FreeBSD
steps:
- uses: actions/checkout@v2
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v0.0.9
with:
usesh: true
prepare: pkg install -y make boost-libs ssl miniupnpc
run: |
make USE_UPNP=yes -j3