Sha256: 7b9ab7d446d0ddc1bd6207b23263931b2e9a1d58cbc4813d85ec7885d1c25135
Contents?: true
Size: 711 Bytes
Versions: 67
Compression:
Stored size: 711 Bytes
Contents
version: 3.16.14.8.b{build} # Operating system (build VM template) os: Windows Server 2012 clone_depth: 10 environment: matrix: - ruby_version: "22-x64" - ruby_version: "22" - ruby_version: "21-x64" - ruby_version: "21" - ruby_version: "200-x64" - ruby_version: "200" - ruby_version: "193" # scripts that run after cloning repository install: - set PATH=C:\Ruby%ruby_version%\bin;%PATH% - git submodule update --init - ruby --version - gem --version - gem install bundler --no-ri --no-rdoc - bundle --version - bundle install --jobs=1 --retry=3 build_script: - bundle exec rake binary test_script: - bundle exec rake spec artifacts: - path: pkg\*.gem
Version data entries
67 entries across 67 versions & 3 rubygems