mirror of https://github.com/thesofproject/sof.git
.github/tools: add missing -GNinja when building ALSA plugin
Fixes initial commit fb229b9cc1
(".github/tools.tml: add build of SOF
ALSA plugin")
Github free runners don't have that many cores but let's build in
parallel and use them all.
Perhaps even more useful: let's give people who copy the build steps
from this file a much faster build.
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
25423f5b6b
commit
b9f331c8a6
|
@ -43,7 +43,7 @@ jobs:
|
|||
|
||||
# One space character is enough to detect most quoting issues
|
||||
- name: configure
|
||||
run: cmake -B 'build plugin' -S tools/plugin
|
||||
run: cmake -GNinja -B 'build plugin' -S tools/plugin
|
||||
-GNinja -Wdev -Werror=dev --warn-uninitialized
|
||||
|
||||
# Retry with -j1 in case of error because parallel builds drown error
|
||||
|
|
Loading…
Reference in New Issue