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

CI: make bash commands visible

  • Loading branch information
chrmod authored and mahmoud-adam85 committed Mar 20, 2019
1 parent ffffae6 commit 0d1b7aa808816c22eee36e93b68960f4f516f547
Showing with 3 additions and 0 deletions.
  1. +3 −0 azure-pipelines.yml
@@ -12,6 +12,7 @@ steps:
displayName: Clone Tests

- bash: |
set -x
sudo xcode-select --switch /Applications/Xcode_10.1.app
xcrun simctl create Test-iPhone6s com.apple.CoreSimulator.SimDeviceType.iPhone-6s com.apple.CoreSimulator.SimRuntime.iOS-12-1 > cliqz-mobile-tests/dev.id
xcrun simctl boot $(cat cliqz-mobile-tests/dev.id)
@@ -24,6 +25,7 @@ steps:
versionSpec: '9.11.2'

- bash: |
set -x
npm i -g npm@6.5
/usr/local/bin/npm ci
/usr/local/bin/npm run bundle-ghostery
@@ -41,6 +43,7 @@ steps:
displayName: 'Xcode Build on Test iPhone 6s Simulator'

- bash: |
set -x
cd cliqz-mobile-tests
export DEV_NAME="Test-iPhone6s"
export DEV_UDID=$(cat dev.id)

0 comments on commit 0d1b7aa

Please sign in to comment.