Browse Source

Add a Windows script to just invoke cibuild

Paul Betts 9 years ago
parent
commit
52888c97b5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      script/cibuild.ps1

+ 2 - 0
script/cibuild.ps1

@@ -0,0 +1,2 @@
+$scriptPath = split-path -parent $MyInvocation.MyCommand.Definition
+& python "$scriptPath/cibuild"