Abuse circleci tf

This commit is contained in:
TotallyNotElite 2018-07-21 19:45:49 +02:00 committed by GitHub
parent d15dd1741f
commit 29dde1fff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,4 +7,4 @@ jobs:
- checkout
- run:
name: "Compiling cathook"
command: git submodule update --init --recursive; mkdir build; cd build; cmake -DEnableWarnings=0 ..; make -j8; cd ..
command: git submodule update --init --recursive; mkdir build; cd build; cmake -DEnableWarnings=0 ..; make -j16; cd ..