Parallel make
This commit is contained in:
parent
60eb0ac181
commit
3e89f9fd49
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
- name: Make
|
||||
# For debugging builds, remove option "-j" for clearer output. Add "--trace" to see details.
|
||||
run: cd build && make pinetime-app
|
||||
run: cd build && make -j pinetime-app
|
||||
|
||||
- name: Upload built firmware
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user