Sha256: 1ee0b588b4fd72a8e0062cc52e8348707ec5b01ffc4dac7c8eb72f49b7f34ecd
Contents?: true
Size: 1.75 KB
Versions: 10
Compression:
Stored size: 1.75 KB
Contents
# version: 1.0.{build}-{branch} environment: matrix: - RUBY_VERSION: 24-x64 - RUBY_VERSION: 21-x64 install: - set PATH=C:\Ruby%RUBY_VERSION%\bin;C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH% - SET LOG_SPEC_ORDER=true - SET COVERAGE=yes # Due to a bug in the version of OpenSSL shipped with Ruby 2.4.1 on Windows # (https://bugs.ruby-lang.org/issues/11033). Errors are ignored because the # mingw gem calls out to pacman to install OpenSSL which is already # installed, causing gem to raise a warning that powershell determines to be # a fatal error. - ps: | $ErrorActionPreference = "SilentlyContinue" if($env:RUBY_VERSION -eq "24-x64") { gem install openssl "~> 2.0.4" --no-rdoc --no-ri -- --with-openssl-dir=C:\msys64\mingw64 } $host.SetShouldExit(0) - bundle install --jobs 4 --retry 2 --without development build: off before_test: - ruby -v - gem -v - bundle -v - type Gemfile.lock test_script: - bundle exec rake notifications: - provider: HipChat auth_token: secure: sJA0tOet7sv/H00xX5nc9+8bW/un1XR/vAiXyJNRl2OI2SopR7b436J42PPYHrE0 room: 4283623 template: > {{repositoryName}}#{{buildNumber}} ({{#isPullRequest}}PR {{pullRequestId}}{{/isPullRequest}}{{^isPullRequest}}{{branch}}{{/isPullRequest}} - {{commitId}} : {{commitAuthor}}): {{status}} (<a href="{{buildUrl}}">Details</a>{{#isPullRequest}} | <a href="https://github.com/{{repositoryName}}/pull/{{pullRequestId}}">PR</a>{{/isPullRequest}}) # Uncomment this block to enable RDP access to the AppVeyor test instance for # debugging purposes. #on_finish: # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
Version data entries
10 entries across 10 versions & 1 rubygems