mirror of https://github.com/PurpleI2P/i2pd.git
R4SAS
4 years ago
committed by
GitHub
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@
@@ -0,0 +1,20 @@
|
||||
name: Build on Ubuntu |
||||
|
||||
on: [push, pull_request] |
||||
|
||||
jobs: |
||||
build: |
||||
name: With QT GUI |
||||
runs-on: ubuntu-16.04 |
||||
steps: |
||||
- uses: actions/checkout@v2 |
||||
- name: install packages |
||||
run: | |
||||
sudo add-apt-repository ppa:mhier/libboost-latest |
||||
sudo apt-get update |
||||
sudo apt-get install build-essential qt5-default libqt5gui5 libboost1.74-dev libminiupnpc-dev libssl-dev zlib1g-dev |
||||
- name: build application |
||||
run: | |
||||
cd qt/i2pd_qt |
||||
qmake |
||||
make USE_AVX=no USE_AESNI=no USE_UPNP=yes -j3 |
Loading…
Reference in new issue