Sha256: 92e90c2eaca125f19dc162888e93f2766ab3b672181a249d9617917afdf90eab

Contents?: true

Size: 812 Bytes

Versions: 1

Compression:

Stored size: 812 Bytes

Contents

image: Visual Studio 2019

build: off

init:
  - set PATH=C:/Ruby%ruby_version%/bin;%PATH%
  - set RUBYOPT=--verbose --enable-frozen-string-literal

install:
  - ps: |
      if ($env:RUBYDOWNLOAD -ne $null) {
        $(new-object net.webclient).DownloadFile("https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-head/rubyinstaller-head-$env:RUBYDOWNLOAD.exe", "$pwd/ruby-setup.exe")
        cmd /c ruby-setup.exe /verysilent /dir=C:/Ruby$env:ruby_version
      }
  - ruby --version
  - gem --version
  - gem install bundler --conservative
  - bundle install

test_script:
  - bundle exec rake test TESTOPTS=-v

environment:
  matrix:
    - ruby_version: "head"
      RUBYDOWNLOAD: x64
    - ruby_version: "head"
      RUBYDOWNLOAD: x86
    - ruby_version: "30-x64"
    - ruby_version: "30"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eventbox-1.0.0 .appveyor.yml