mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
[actions] add FreeBSD workflow
This commit is contained in:
parent
9a2c6a7619
commit
067dbd041e
1 changed files with 18 additions and 0 deletions
18
.github/workflows/manual.yml
vendored
Normal file
18
.github/workflows/manual.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue