From 83a6eca803ed684a81b81bda2a27b94e1bd924e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Wed, 27 Nov 2019 08:53:28 +0000 Subject: [PATCH] changed buildkite script to call other scripts --- scripts/run_buildkite.bat | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/scripts/run_buildkite.bat b/scripts/run_buildkite.bat index 56423bc..e3d2af1 100644 --- a/scripts/run_buildkite.bat +++ b/scripts/run_buildkite.bat @@ -14,12 +14,6 @@ rem limitations under the License. md build cd build -call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64 - -cmake.exe ..\llvm -G Ninja ^ - -D LLVM_ENABLE_PROJECTS="clang;clang-tools-extra;libcxx;libcxxabi;lld" ^ - -D LLVM_ENABLE_ASSERTIONS=ON - -ninja all - -ninja check-all \ No newline at end of file +call run_cmake.bat +call run_ninja.bat all +call run_ninja.bat check-all \ No newline at end of file