From d45cfd872faadab65f7b1efda700a10c1a6f3aba Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Wed, 25 May 2016 21:07:54 -0700 Subject: [PATCH] Don't break the CI. --- makefile.shade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile.shade b/makefile.shade index d188794bba..a9def6f11d 100644 --- a/makefile.shade +++ b/makefile.shade @@ -14,7 +14,8 @@ default BUILD_DIR_LOCAL='${Path.Combine(TARGET_DIR_LOCAL, "build")}' default SRC_PROJECT_GLOB_LOCAL="src/*/project.json" default TEST_PROJECT_GLOB_LOCAL="test/*/project.json" -#build-compile target='compile' +// Don't remove the if clause - removing it will break the CI test runs. +#build-compile target='compile' if='Directory.Exists("src")' @{ Directory.CreateDirectory(TARGET_DIR_LOCAL);