Skip to content

Commit

Permalink
travis: add new img command and files to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Nov 22, 2020
1 parent 86b849d commit 8c0af23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ script:
# - export PATH=/usr/lib/ccache:$PATH
- bash build.sh
- bash build.sh rename
- bash build.sh img
- sed -i 's/#\(DEVICE=emmc\)/\1/' build.conf
- bash build.sh
- bash build.sh rename
- bash build.sh img
before_deploy:
# Set up git user name and tag this commit
- git config --local user.name "Frank Wunderlich"
Expand All @@ -40,6 +42,7 @@ deploy:
file:
- "./bl2*.img"
- "./fip*.bin"
- "./bpi-r64_*.img"
name: $TRAVIS_BRANCH-$(date +'%Y%m%d%H%M%S')
skip_cleanup: true
on:
Expand Down

0 comments on commit 8c0af23

Please sign in to comment.