mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
test with gh workflows
This commit is contained in:
parent
20e08b827e
commit
97ccf21030
5 changed files with 9 additions and 7 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue