Sha256: 28c6914ab4422b168e0aab4d9e2e248cf789fb125d10d18e29aa882f16703580

Contents?: true

Size: 590 Bytes

Versions: 5

Compression:

Stored size: 590 Bytes

Contents

image: Visual Studio 2019

init:
  - set PATH=C:/Ruby%ruby_version%/bin;c:/Program Files/Git/cmd;c:/Windows/system32;C:/Windows/System32/WindowsPowerShell/v1.0
  - set RUBYOPT=--verbose

install:
  - ver
  - ruby --version
  - gem --version
  - gem install bundler --no-doc --conservative
  - bundle install

build_script:
  - set PATH=C:/Program Files/PostgreSQL/%PGVER%/bin;%PATH%
  - md temp
  - icacls temp /grant Everyone:(OI)(CI)F /T

test_script:
  - bundle exec rake test

environment:
  matrix:
    - ruby_version: "27-x64"
      PGVER: 13
    - ruby_version: "24"
      PGVER: 10

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
pgls-1.0.4 appveyor.yml
pg-ldap-sync-0.5.0 appveyor.yml
pgls-1.0.3 appveyor.yml
pg-ldap-sync-0.4.0 appveyor.yml
pg-ldap-sync-0.3.0 appveyor.yml