test with gh workflows

This commit is contained in:
R4SAS 2020-11-11 16:31:25 +03:00
parent 20e08b827e
commit 97ccf21030
5 changed files with 9 additions and 7 deletions

View file

@ -17,4 +17,4 @@ jobs:
run: |
cd qt/i2pd_qt
qmake
make -j3
make release -j3

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_UPNP=${{ matrix.with_upnp }} -j3
run: make USE_AESNI=no USE_UPNP=${{ matrix.with_upnp }} -j3