Sha256: 73bfe0c90bd3d2a84e98d87923074daadf74543ffe20c57dbd5054b3d0d0da83
Contents?: true
Size: 793 Bytes
Versions: 1
Compression:
Stored size: 793 Bytes
Contents
build: off init: - set PATH=C:/Ruby%ruby_version%/bin;%PATH% - set RUBYOPT=--verbose -Eutf-8 --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: "24-x64" - ruby_version: "24"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eventbox-0.1.0 | .appveyor.yml |