Unity crashes circleci sometimes

This commit is contained in:
LightCat 2019-08-06 22:19:37 +02:00 committed by GitHub
parent 8b11ef8a83
commit 7fa3474e9c
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 cathook_unity -j8; cd ..
command: git submodule update --init --recursive; mkdir build; cd build; cmake -DEnableWarnings=0 ..; make -j8; cd ..