diff options
author | mattip <matti.picus@gmail.com> | 2020-04-03 10:25:23 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-04-03 10:25:23 +0300 |
commit | 588d08748e89dbb1be06e1be65eaf7cd36aeea30 (patch) | |
tree | 14ba52f9e4b75739d7e3e0b68bf9214623789a9d /azure-pipelines.yml | |
parent | 3f6dba405c259a41e91077868f54722ef0a2a325 (diff) | |
download | numpy-588d08748e89dbb1be06e1be65eaf7cd36aeea30.tar.gz |
BLD: report clang version on macOS
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6b1ff4c28..e6ab33b52 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -91,8 +91,8 @@ stages: architecture: 'x64' # NOTE: do we have a compelling reason to use older / newer # versions of Xcode toolchain for testing? - - script: /bin/bash -c "sudo xcode-select -s /Applications/Xcode_10.app/Contents/Developer" - displayName: 'select Xcode version' + - script: clang --version + displayName: 'report clang version' # NOTE: might be better if we could avoid installing # two C compilers, but with homebrew looks like we're # now stuck getting the full gcc toolchain instead of |