Skip to content

Commit

Permalink
Embed firmware version string on Travis build. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Jul 31, 2017
1 parent 8a493a8 commit 64526c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ before_install:

install:
- cd tfrog-motordriver/
- make BOARD=tfrog-rev4
- make BOARD=tfrog-rev5
- make BOARD=tfrog-rev4 FIRMINFO="-DYP_FIRMWARE_NAME=\\\"tf-2md3-r4-$TRAVIS_TAG-`git rev-parse --short HEAD`\\\""
- make BOARD=tfrog-rev5 FIRMINFO="-DYP_FIRMWARE_NAME=\\\"tf-2md3-r6-$TRAVIS_TAG-`git rev-parse --short HEAD`\\\""
- mv bin/tfrog-motordriver-tfrog-rev4-at91sam7se512-flash.bin bin/${RELEASE_FILENAME_R4}
- mv bin/tfrog-motordriver-tfrog-rev5-at91sam7se256-flash.bin bin/${RELEASE_FILENAME_R6}

Expand Down

0 comments on commit 64526c1

Please sign in to comment.