mirror of https://github.com/PurpleI2P/i2pd.git
R4SAS
4 years ago
committed by
GitHub
2 changed files with 21 additions and 1 deletions
@ -0,0 +1,20 @@ |
|||||||
|
name: Build on FreeBSD |
||||||
|
|
||||||
|
on: [push, pull_request] |
||||||
|
|
||||||
|
jobs: |
||||||
|
build: |
||||||
|
runs-on: macos-latest |
||||||
|
name: with UPnP |
||||||
|
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 devel/cmake devel/gmake devel/boost-libs security/openssl net/miniupnpc |
||||||
|
run: | |
||||||
|
cd build |
||||||
|
cmake -DWITH_UPNP=ON -DCMAKE_BUILD_TYPE=Release . |
||||||
|
gmake -j2 |
Loading…
Reference in new issue