heptapod-ci: indicate which version of clang-format is used for the run
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 27 Jan 2021 15:04:48 +0100
changeset 46404 a390c7fcd286
parent 46403 959d581bb625
child 46405 9fd4f7af42ea
heptapod-ci: indicate which version of clang-format is used for the run This will help understand possible mismatch Differential Revision: https://phab.mercurial-scm.org/D9889
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Wed Jan 27 14:58:24 2021 +0100
+++ b/contrib/heptapod-ci.yml	Wed Jan 27 15:04:48 2021 +0100
@@ -21,6 +21,7 @@
       - cd /tmp/mercurial-ci/
       - ls -1 tests/test-check-*.* > /tmp/check-tests.txt
       - black --version
+      - clang-format --version
     script:
         - echo "python used, $PYTHON"
         - echo "$RUNTEST_ARGS"