Use all cores provided by circleci
This commit is contained in:
parent
8d33475af9
commit
f85da89ff3
@ -7,4 +7,4 @@ jobs:
|
||||
- checkout
|
||||
- run:
|
||||
name: "Compiling cathook"
|
||||
command: git submodule update --init --recursive; mkdir build; cd build; cmake ..; make; cd ..
|
||||
command: git submodule update --init --recursive; mkdir build; cd build; cmake ..; make -j$(grep -c '^processor' /proc/cpuinfo); cd ..
|
||||
|
Reference in New Issue
Block a user