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: use right version of npm in all scripts

  • Loading branch information
chrmod committed Mar 19, 2019
commit ad2a45633c130852faf01c0c2538792fd582af72
@@ -25,10 +25,9 @@ steps:

- bash: |
npm i -g npm@6.5
which npm
npm -v
npm ci
displayName: 'install node dependencies'
/usr/local/bin/npm ci
/usr/local/bin/npm run bundle-ghostery
displayName: 'install and build react native'

- script: $(which carthage) bootstrap --verbose --platform ios --color auto --cache-builds
displayName: 'carthage bootstrap'
@@ -38,12 +37,6 @@ steps:
inputs:
forceRepoUpdate: true

- task: Npm@1
displayName: 'npm run bundle-ghostery'
inputs:
command: 'custom'
customCommand: 'run bundle-ghostery'

- script: xcodebuild -workspace Client.xcworkspace -scheme "Fennec" -sdk iphonesimulator -destination "platform=iOS Simulator,OS=12.1,name=Test-iPhone6s" OTHER_SWIFT_FLAGS='$(value) -DAUTOMATION' ONLY_ACTIVE_ARCH=NO -derivedDataPath clean build test
displayName: 'Xcode Build on Test iPhone 6s Simulator'

ProTip! Use n and p to navigate between commits in a pull request.