Parallel make

This commit is contained in:
Lee Lup Yuen 2020-07-22 11:19:34 +08:00 committed by GitHub
parent 60eb0ac181
commit 3e89f9fd49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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