Add a Windows script to just invoke cibuild
authorPaul Betts <paul@paulbetts.org>
Mon, 23 May 2016 19:37:47 +0000 (12:37 -0700)
committerPaul Betts <paul@paulbetts.org>
Mon, 23 May 2016 19:37:47 +0000 (12:37 -0700)
script/cibuild.ps1 [new file with mode: 0644]

diff --git a/script/cibuild.ps1 b/script/cibuild.ps1
new file mode 100644 (file)
index 0000000..b06d48d
--- /dev/null
@@ -0,0 +1,2 @@
+$scriptPath = split-path -parent $MyInvocation.MyCommand.Definition
+& python "$scriptPath/cibuild"