test with gh workflows

This commit is contained in:
R4SAS 2020-11-11 15:43:42 +03:00
parent 8e5392784d
commit de5569eeaf
3 changed files with 9 additions and 7 deletions

View file

@ -18,4 +18,4 @@ jobs:
sudo apt-get update
sudo apt-get install build-essential libboost1.74-dev libminiupnpc-dev libssl-dev zlib1g-dev
- name: build application
run: make USE_AVX=no USE_AESNI=no USE_UPNP=${{ matrix.with_upnp }} -j3
run: make USE_UPNP=${{ matrix.with_upnp }} -j3