Fix makefile.
This commit is contained in:
parent
d45cfd872f
commit
d1bacbf41e
|
|
@ -14,9 +14,10 @@ default BUILD_DIR_LOCAL='${Path.Combine(TARGET_DIR_LOCAL, "build")}'
|
||||||
default SRC_PROJECT_GLOB_LOCAL="src/*/project.json"
|
default SRC_PROJECT_GLOB_LOCAL="src/*/project.json"
|
||||||
default TEST_PROJECT_GLOB_LOCAL="test/*/project.json"
|
default TEST_PROJECT_GLOB_LOCAL="test/*/project.json"
|
||||||
|
|
||||||
// Don't remove the if clause - removing it will break the CI test runs.
|
|
||||||
#build-compile target='compile' if='Directory.Exists("src")'
|
#build-compile target='compile' if='Directory.Exists("src")'
|
||||||
@{
|
@{
|
||||||
|
// Don't remove the if clause in the target above - removing it will break CI test runs.
|
||||||
|
|
||||||
Directory.CreateDirectory(TARGET_DIR_LOCAL);
|
Directory.CreateDirectory(TARGET_DIR_LOCAL);
|
||||||
|
|
||||||
string commitHash = null;
|
string commitHash = null;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue