projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c489d6d
)
Add a Windows script to just invoke cibuild
author
Paul Betts
<paul@paulbetts.org>
Mon, 23 May 2016 19:37:47 +0000
(12:37 -0700)
committer
Paul Betts
<paul@paulbetts.org>
Mon, 23 May 2016 19:37:47 +0000
(12:37 -0700)
script/cibuild.ps1
[new file with mode: 0644]
patch
|
blob
diff --git a/script/cibuild.ps1
b/script/cibuild.ps1
new file mode 100644
(file)
index 0000000..
b06d48d
--- /dev/null
+++ b/
script/cibuild.ps1
@@ -0,0
+1,2
@@
+$scriptPath = split-path -parent $MyInvocation.MyCommand.Definition
+& python "$scriptPath/cibuild"