Skip to content

Commit

Permalink
Travis: Add meta data for HBL to nightly builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
dibas committed Jun 11, 2016
1 parent 195aaab commit 0dffac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -53,8 +53,9 @@ script:
before_deploy:
- cd $TRAVIS_BUILD_DIR/
- cp -R installer/bin/*.bin www/loadiine_gx2/
- cp meta/meta.xml meta/icon.png .
- commit="$(git rev-parse --short=7 HEAD)"
- zip -r loadiine_gx2_$commit.zip www loadiine_gx2.elf
- zip -r loadiine_gx2_$commit.zip www loadiine_gx2.elf meta.xml icon.png
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
- export GIT_TAG=Loadiine-nightly-$commit
Expand Down

0 comments on commit 0dffac5

Please sign in to comment.