diff --git a/.circleci/config.yml b/.circleci/config.yml index 57019c63..f44289ff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,4 +7,4 @@ jobs: - checkout - run: name: "Compiling cathook" - command: git submodule update --init --recursive; mkdir build; cd build; cmake ..; make -j$(grep -c '^processor' /proc/cpuinfo); cd .. + command: git submodule update --init --recursive; mkdir build; cd build; cmake ..; make; cd ..