commit | b52cee69dbe198ec1f7da2c5b37c542c5bf8a692 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Mon Mar 30 15:40:43 2020 +0100 |
committer | Garret Kelly <Garret.Kelly@gmail.com> | Mon Mar 30 11:12:20 2020 -0400 |
tree | f938c0d31aa0bbf13e90c20a6ff8c5e63c881851 | |
parent | 75029b3f1bd8a1fa9e73aab8dc28d0a39a38d658 [diff] |
[CI] Display meson and ninja versions in CI Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ee7841a..a83c67a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml
@@ -39,6 +39,8 @@ isort --version clang-format -version flake8 --version + ninja --version + meson --version echo "PATH=$PATH" displayName: Display tool versions - bash: |