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:
parent
355a146961
commit
085e67d3cd
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user