Sha256: 1df16ec097b7fef4c1b155e0e4665dc3cdd22424a4c39236d722bba71a2376e0

Contents?: true

Size: 1.88 KB

Versions: 43

Compression:

Stored size: 1.88 KB

Contents

version: '{build}'

skip_tags: true

environment:
  matrix:
    - ruby_version: "jruby-9.1.2.0"
    - ruby_version: "26-x64"
    - ruby_version: "25-x64"
    - ruby_version: "24-x64"
    - ruby_version: "23"
    - ruby_version: "23-x64"

matrix:
  allow_failures:
    - ruby_version: "jruby-9.1.2.0"

#init:
#  - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

#on_finish:
#  - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))


platform:
  - x86

install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - if "%ruby_version%" == "jruby-9.1.2.0" ( cinst javaruntime -i )
  - if "%ruby_version%" == "jruby-9.1.2.0" ( cinst jruby --version 9.1.2.0 -i --allow-empty-checksums )
  - if "%ruby_version%" == "jruby-9.1.2.0" ( SET "PATH=C:\jruby-9.1.2.0\bin\;%PATH%" )
  - ruby --version
  - gem install bundler --no-document --user-install -v 1.17
  - SET BUNDLE_GEMFILE=Gemfile.noed25519
  - bundle install --retry=3
  - cinst freesshd
  - cinst putty --allow-empty-checksums
  - ps: |
          if ($env:Processor_Architecture -eq "x86")
          {
            dir 'C:\Program Files\'
            dir 'C:\Program Files\freeSSHd'
            cp 'test\win_integration\FreeSSHDService.ini' 'C:\Program Files\freeSSHd\FreeSSHDService.ini'
            & 'C:\Program Files\freeSSHd\FreeSSHDService.exe'
          } else {
            dir 'C:\Program Files (x86)\'
            dir 'C:\Program Files (x86)\freeSSHd'
            cp 'test\win_integration\FreeSSHDService32.ini' 'C:\Program Files (x86)\freeSSHd\FreeSSHDService.ini'
            & 'C:\Program Files (x86)\freeSSHd\FreeSSHDService.exe'
          }

test_script:
  - SET BUNDLE_GEMFILE=Gemfile.noed25519
  - SET NET_SSH_RUN_WIN_INTEGRATION_TESTS=YES
  - bundle exec rake test

build: off

Version data entries

43 entries across 42 versions & 6 rubygems

Version Path
net-ssh-7.3.0 appveyor.yml
net-ssh-7.3.0.rc1 appveyor.yml
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/appveyor.yml
net-ssh-7.2.3 appveyor.yml
net-ssh-backports-6.3.6.backports appveyor.yml
net-ssh-backports-6.3.5.backports appveyor.yml
net-ssh-backports-6.3.4.backports appveyor.yml
net-ssh-backports-6.3.3.backports appveyor.yml
net-ssh-backports-6.3.2.backports appveyor.yml
net-ssh-backports-6.3.1.backports appveyor.yml
net-ssh-backports-6.3.0.backports appveyor.yml
net-ssh-7.2.2.rc1 appveyor.yml
net-ssh-7.2.1 appveyor.yml
net-ssh-7.2.1.rc1 appveyor.yml
net-ssh-7.2.0 appveyor.yml
net-ssh-7.2.0.rc1 appveyor.yml
net-ssh-7.2.0.beta1 appveyor.yml
net-ssh-7.1.0 appveyor.yml
net-ssh-7.1.0.beta2 appveyor.yml
net-ssh-7.1.0.beta1 appveyor.yml