[actions] set cmake source and build type

This commit is contained in:
R4SAS 2020-12-07 08:18:12 +03:00 committed by GitHub
parent bdbd530966
commit 73a034fca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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