Skip to content

Commit

Permalink
Added build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeftor committed Dec 14, 2016
1 parent 861f169 commit eb159d5
Show file tree
Hide file tree
Showing 62 changed files with 15,756 additions and 7 deletions.
23 changes: 23 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
OUTPUT=$(python build/packageWorkflow.py . -o build/)
TEXT_ARRRAY=($OUTPUT)

echo ${TEXT_ARRRAY[0]}
echo ${TEXT_ARRRAY[1]}
echo ${TEXT_ARRRAY[2]}



# https://github.com/repos/jeeftor/alfredAirports/releases

# POST /repos/:owner/:repo/releases

# {
# "tag_name": "v1.0.0",
# "target_commitish": "master",
# "name": "v1.0.0",
# "body": "Description of the release",
# "draft": false,
# "prerelease": false
# }


Loading

0 comments on commit eb159d5

Please sign in to comment.