Add -j to github build.

This commit is contained in:
Ernie Pasveer
2022-04-30 10:32:06 -05:00
parent 69f27dceff
commit d9fa62e7be
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: Build
# Build your program with the given configuration
run: cd src; cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seer
run: cd src; cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seer --parallel `grep -c processor /proc/cpuinfo`
- name: Build Result
run: cd src; ls -l build/