Merge pull request #5664 from electron/cibuild-ps1
Add a Windows script to just invoke cibuild
This commit is contained in:
commit
1c9fe8d23e
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