This commit is contained in:
bencat07 2019-05-26 14:00:47 +02:00
commit 530b2681d2

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 cathook_unity -j8; cd ..