Add a Windows script to just invoke cibuild
This commit is contained in:
parent
c489d6d4b3
commit
52888c97b5
1 changed files with 2 additions and 0 deletions
2
script/cibuild.ps1
Normal file
2
script/cibuild.ps1
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
$scriptPath = split-path -parent $MyInvocation.MyCommand.Definition
|
||||||
|
& python "$scriptPath/cibuild"
|
Loading…
Reference in a new issue