Added a step to the CI to output build tool versions

pull/731/head
Morgan Pretty 5 months ago
parent 9951d5c75d
commit a27bf7a210

@ -71,6 +71,20 @@ local update_cocoapods_cache = {
[
// Machine info
{
kind: 'pipeline',
type: 'exec',
name: 'Machine Info',
platform: { os: 'darwin', arch: 'amd64' },
steps: [
name: 'Print info',
commands: [
'xcodebuild -version',
'LANG=en_US.UTF-8 pod --version'
]
],
},
// Unit tests
{
kind: 'pipeline',

Loading…
Cancel
Save