Sha256: 739db2a50abd3f28302a5687852dddd0a1439da03f90ad386c14713fe87a2d9e
Contents?: true
Size: 857 Bytes
Versions: 2
Compression:
Stored size: 857 Bytes
Contents
trigger: batch: false branches: include: - master pr: branches: include: - master jobs: - job: UnitTests pool: vmImage: "Ubuntu-16.04" strategy: matrix: Rb23: RUBY_VERSION: '2.3.7' TASK: spec Rb24: RUBY_VERSION: '2.4.6' TASK: spec Rb25: RUBY_VERSION: '2.5.5' TASK: spec Rb26: RUBY_VERSION: '2.6.3' TASK: spec Lint: RUBY_VERSION: '2.6.3' TASK: rubocop steps: - task: UseRubyVersion@0 displayName: Use Ruby $(RUBY_VERSION) inputs: versionSpec: $(RUBY_VERSION) addToPath: true - script: | gem install bundler bundle install --retry=3 --jobs=4 displayName: 'bundle install' - script: bundle exec rake $(TASK) displayName: Run $(TASK) via bundle
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dogapi-1.37.1 | .azure-pipelines/all.yml |
dogapi-1.37.0 | .azure-pipelines/all.yml |