Added parallel build option to cmake

This commit is contained in:
Ganesh Gore 2021-01-23 22:29:03 -07:00
parent 0dc01f2a93
commit 29dae79066
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ jobs:
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: |
cmake --build . --config $BUILD_TYPE
cmake --build . --config $BUILD_TYPE -- -j
# Check the cache size and see if it is over the limit
- name: Check ccache size