Improve diagnostics for build hashes
This commit is contained in:
parent
8e0444618f
commit
ee1be3e5b5
2 changed files with 6 additions and 4 deletions
|
@ -19,6 +19,7 @@ install:
|
|||
before_script:
|
||||
- avr-gcc --version
|
||||
script:
|
||||
- git rev-parse --short HEAD
|
||||
- make test:all AUTOGEN=false
|
||||
- bash util/travis_build.sh
|
||||
- bash util/travis_docs.sh
|
||||
|
@ -33,7 +34,7 @@ addons:
|
|||
- diffutils
|
||||
- dos2unix
|
||||
- doxygen
|
||||
after_success:
|
||||
after_success:
|
||||
bash util/travis_compiled_push.sh
|
||||
notifications:
|
||||
webhooks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue