aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e97e4ac..fac7c6e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,14 +18,18 @@ jobs:
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
- platform: ubuntu-20.04
CXXFLAGS: -Wall -Wextra -pedantic -Werror
+ MAKEFLAGS: -j2
- platform: macos-latest
CXXFLAGS: -Wall -Wextra -pedantic -Werror
+ MAKEFLAGS: -j3
- platform: windows-latest
CXXFLAGS: /W4 /WX
+ MAKEFLAGS: /m
runs-on: ${{ matrix.platform }}
env:
CXXFLAGS: ${{ matrix.CXXFLAGS }}
+ MAKEFLAGS: ${{ matrix.MAKEFLAGS }}
steps:
- name: Clone repo