Skip to content
This repository has been archived by the owner. It is now read-only.

Fixing telemetry + cocoapods setup #265

Merged
merged 9 commits into from Mar 20, 2019

CI: install node dependencies as single step

  • Loading branch information
chrmod committed Mar 19, 2019
commit 7d96aaaa34df38d4bab110f3abff8812133ad6a7
@@ -19,17 +19,20 @@ steps:
xcrun simctl list
displayName: 'Create a Test Simulator'

- script: $(which carthage) bootstrap --verbose --platform ios --color auto --cache-builds
displayName: 'carthage bootstrap'

- task: NodeTool@0
inputs:
versionSpec: '9.11.2'
- script: npm i -g npm@6.5

- bash: |
npm i -g npm@6.5
which npm
npm -v
npm ci
displayName: 'install node dependencies'

- script: $(which carthage) bootstrap --verbose --platform ios --color auto --cache-builds
displayName: 'carthage bootstrap'

- script: npm ci
displayName: 'npm install'

- task: CocoaPods@0
displayName: 'pod install --repo-update'
inputs:
ProTip! Use n and p to navigate between commits in a pull request.