From 12074ba70ff9230f9c68a1492842e211c005a65a Mon Sep 17 00:00:00 2001 From: TotallyNotElite <38938720+TotallyNotElite@users.noreply.github.com> Date: Sun, 26 May 2019 12:09:54 +0200 Subject: [PATCH] circleci: compile unity build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 18c97c3c..e3024e9c 100755 --- 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 -DEnableWarnings=0 ..; make -j8; cd .. + command: git submodule update --init --recursive; mkdir build; cd build; cmake -DEnableWarnings=0 ..; make cathook_unity -j8; cd ..