1
0
mirror of https://github.com/PurpleI2P/i2pd-qt.git synced 2025-02-03 18:24:19 +00:00

+ubuntu2004 +nproc

This commit is contained in:
nonlin-lin-chaos-order-etc-etal 2021-12-09 01:41:33 +08:00 committed by R4SAS
parent 355a146961
commit 085e67d3cd

View File

@ -5,7 +5,11 @@ on: [push, pull_request]
jobs:
build_qt:
name: With QT GUI
runs-on: ubuntu-18.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-18.04, ubuntu-20.04]
steps:
- uses: actions/checkout@v2
with:
@ -18,4 +22,4 @@ jobs:
- name: build application
run: |
qmake
make -j3
make -j$(nproc)