Skip to content

Commit

Permalink
Merge pull request RIOT-OS#8745 from aabadie/pr/tools/print_doxygen_v…
Browse files Browse the repository at this point in the history
…ersion

dist/tools/ci: also print doxygen and flake8 versions
  • Loading branch information
smlng authored Mar 9, 2018
2 parents 1056d4b + 80b7094 commit 780f604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/ci/print_toolchain_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ printf "%21s: %s\n" "avr-libc" "$(avr_libc_version avr-gcc)"
printf "\n"
printf "%s\n" "Installed development tools"
printf "%s\n" "---------------------------"
for c in cmake cppcheck git; do
for c in cmake cppcheck doxygen flake8 git; do
printf "%21s: %s\n" "$c" "$(get_cmd_version $c)"
done
printf "%21s: %s\n" "coccinelle" "$(get_cmd_version spatch)"
Expand Down

0 comments on commit 780f604

Please sign in to comment.