From 52888c97b50111226b1e11344f32733aa9668ce3 Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Mon, 23 May 2016 12:37:47 -0700 Subject: [PATCH] Add a Windows script to just invoke cibuild --- script/cibuild.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 script/cibuild.ps1 diff --git a/script/cibuild.ps1 b/script/cibuild.ps1 new file mode 100644 index 000000000000..b06d48d1a8be --- /dev/null +++ b/script/cibuild.ps1 @@ -0,0 +1,2 @@ +$scriptPath = split-path -parent $MyInvocation.MyCommand.Definition +& python "$scriptPath/cibuild"