Sha256: 29077c91bfd12e35734b898bff0ad40f84bdc2a1dc720ba06619649d9bcc6590
Contents?: true
Size: 680 Bytes
Versions: 10
Compression:
Stored size: 680 Bytes
Contents
steps: - task: NodeTool@0 inputs: versionSpec: 10.x displayName: Install Node 10.x - script: npm install -g appium@${APPIUM_VERSION} displayName: Install appium beta - script: npm install -g mjpeg-consumer displayName: Install MJPEG Consumer - script: npm list --depth 2 -g || echo 'ok' displayName: Installed node dependencies - task: UseRubyVersion@0 inputs: versionSpec: '2.4' # so far, bundler does not work over 2.5 since it raises openssl error - script: nohup appium --relaxed-security & displayName: Run Appium in background - script: | gem install bundler; bundle install --retry=3 --jobs=4 --path vendor/bundle; displayName: Install Gems
Version data entries
10 entries across 10 versions & 1 rubygems