mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Add -j to github build.
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user