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] @@ -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: @@ -18,4 +22,4 @@ jobs:
- name: build application
run: |
qmake
make -j3
make -j$(nproc)

Loading…
Cancel
Save