Add a Windows script to just invoke cibuild

This commit is contained in:
Paul Betts 2016-05-23 12:37:47 -07:00
Родитель c489d6d4b3
Коммит 52888c97b5
1 изменённых файлов: 2 добавлений и 0 удалений

2
script/cibuild.ps1 Normal file
Просмотреть файл

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