Merge branch 'master' of https://github.com/nullworks/cathook
This commit is contained in:
commit
530b2681d2
@ -7,4 +7,4 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: "Compiling cathook"
|
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 ..
|
||||||
|
Reference in New Issue
Block a user