Browse Source

+ubuntu2004 +nproc

pull/56/head
nonlin-lin-chaos-order-etc-etal 2 years ago committed by R4SAS
parent
commit
085e67d3cd
  1. 8
      .github/workflows/build.yml

8
.github/workflows/build.yml

@ -5,7 +5,11 @@ on: [push, pull_request]
jobs: jobs:
build_qt: build_qt:
name: With QT GUI 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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
@ -18,4 +22,4 @@ jobs:
- name: build application - name: build application
run: | run: |
qmake qmake
make -j3 make -j$(nproc)

Loading…
Cancel
Save