mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57:48 +02:00
[actions] set cmake source and build type
This commit is contained in:
parent
bdbd530966
commit
73a034fca4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-freebsd.yml
vendored
2
.github/workflows/build-freebsd.yml
vendored
|
@ -16,5 +16,5 @@ jobs:
|
||||||
prepare: pkg install -y devel/cmake devel/gmake devel/boost-libs security/openssl net/miniupnpc
|
prepare: pkg install -y devel/cmake devel/gmake devel/boost-libs security/openssl net/miniupnpc
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
cmake -DWITH_UPNP=ON
|
cmake -DWITH_UPNP=ON -DCMAKE_BUILD_TYPE=Release .
|
||||||
gmake -j2
|
gmake -j2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue