mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57:48 +02:00
[actions] change build to cmake/gmake
This commit is contained in:
parent
e486de444b
commit
5fad1b87b9
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-freebsd.yml
vendored
4
.github/workflows/build-freebsd.yml
vendored
|
@ -15,4 +15,6 @@ jobs:
|
||||||
usesh: true
|
usesh: true
|
||||||
prepare: pkg install -y devel/gmake devel/boost-libs security/openssl net/miniupnpc
|
prepare: pkg install -y devel/gmake devel/boost-libs security/openssl net/miniupnpc
|
||||||
run: |
|
run: |
|
||||||
make USE_UPNP=yes -j3
|
cd build
|
||||||
|
cmake -DWITH_UPNP=ON
|
||||||
|
gmake -j3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue