[actions] change build to cmake/gmake

This commit is contained in:
R4SAS 2020-12-07 07:44:27 +03:00 committed by GitHub
parent e486de444b
commit 5fad1b87b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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