Skip to content

Commit

Permalink
Some minor build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hady Osman committed Aug 9, 2014
1 parent 0896703 commit 321ea5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deploy:
provider: releases
api_key:
secure: WbJqSl54/WQ++OQlU0EnssMuv/pZhXD4epBVYD4MHNmNbFOpaSD8ELyXIhpa7JUEWEsFziV1JHDpUIn0rokj1qvC23EDrd80knN6AMWnwzHAmN96teVIqJhcnmySx7dk7ObNz7YoBGMvSxuhRqnJ6fyN3yLl6asDfYWw+MrE5+w=
file: 'plugin.video.dailytube4u.com.zip'
file: plugin.video.dailytube4u.com.zip
skip_cleanup: true
on:
tags: true
Expand Down
3 changes: 2 additions & 1 deletion after_success.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
echo -e "Current Repo:$REPO --- Travis Branch:$TRAVIS_BRANCH"

# TODO: Extract version from addon.xml

# Create binary ZIP file
# Ignore all hidden files, .PSD, tests, node_modules and requirements.txt files
echo "Creating XBMC plugin zip file"
zip -r plugin.video.dailytube4u.com.zip . -x '*.git*' '\.*' '*/\.*' '*.sh' '*.psd' 'resources/tests/*' '*.pyc' 'requirements.txt' 'node_modules/*'

0 comments on commit 321ea5b

Please sign in to comment.