Add a Windows script to just invoke cibuild

This commit is contained in:
Paul Betts 2016-05-23 12:37:47 -07:00
parent c489d6d4b3
commit 52888c97b5

2
script/cibuild.ps1 Normal file
View file

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