From f0509c17efa6a21688728b0e811b3b19472a7406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Mon, 3 Feb 2020 10:22:49 +0000 Subject: [PATCH] enabling project detection on Windows --- Jenkins/Phabricator-windows-pipeline/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins/Phabricator-windows-pipeline/Jenkinsfile b/Jenkins/Phabricator-windows-pipeline/Jenkinsfile index c9bb554..0630dce 100644 --- a/Jenkins/Phabricator-windows-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-windows-pipeline/Jenkinsfile @@ -70,7 +70,7 @@ pipeline { stage('CMake') { steps { dir("${LLVM_DIR}"){ - powershell "${SCRIPT_DIR}/run_cmake.ps1" + powershell "${SCRIPT_DIR}/run_cmake.ps1 -projects detect" } } }