Sha256: 4ba8c42702f7597113e8af3394862ea060c77a2430e0f5d39fe6c3fd8f00214c

Contents?: true

Size: 1.69 KB

Versions: 83

Compression:

Stored size: 1.69 KB

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;C:/Program Files/Mercurial
  - set RUBYOPT=--verbose
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 /currentuser /verysilent /dir=C:/Ruby$env:ruby_version
      }
  - cmd: |
      ridk enable
      c:/msys64/usr/bin/bash -lc "pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-pkgconf ${MINGW_PACKAGE_PREFIX}-libyaml ${MINGW_PACKAGE_PREFIX}-gcc"
  - ruby --version
  - gem --version
  - gem install bundler --conservative
  - bundle install
  - ps: |
      if ($env:PGVERSION -ne $null)
      {
        $(new-object net.webclient).DownloadFile('http://get.enterprisedb.com/postgresql/postgresql-' + $env:PGVERSION + '.exe', 'C:/postgresql-setup.exe')
        cmd /c "C:/postgresql-setup.exe" --mode unattended --extract-only 1

        $env:PATH = 'C:/Program Files/PostgreSQL/' + $env:PGVER + '/bin;' + $env:PATH
        $env:PATH = 'C:/Program Files (x86)/PostgreSQL/' + $env:PGVER + '/bin;' + $env:PATH
      } else {
        c:/msys64/usr/bin/bash -lc "pacman -S --noconfirm --needed `${MINGW_PACKAGE_PREFIX}-postgresql"
      }
  - echo %PATH%
  - pg_config
build_script:
  - bundle exec rake -rdevkit compile --trace
test_script:
  - bundle exec rake test PG_DEBUG=0
on_failure:
  - find -name mkmf.log | xargs cat
environment:
  matrix:
    - ruby_version: "head"
      RUBYDOWNLOAD: x86
    - ruby_version: "30-x64"

Version data entries

83 entries across 83 versions & 2 rubygems

Version Path
cipherstash-pg-1.0.0.beta.22-x86_64-linux ./.appveyor.yml
cipherstash-pg-1.0.0.beta.22-x86_64-darwin ./.appveyor.yml
cipherstash-pg-1.0.0.beta.22-arm64-darwin ./.appveyor.yml
cipherstash-pg-1.0.0.beta.22-aarch64-linux ./.appveyor.yml
cipherstash-pg-1.0.0.beta.21-x86_64-linux ./.appveyor.yml
cipherstash-pg-1.0.0.beta.21-aarch64-linux ./.appveyor.yml
cipherstash-pg-1.0.0.beta.21-arm64-darwin ./.appveyor.yml
cipherstash-pg-1.0.0.beta.21-x86_64-darwin ./.appveyor.yml
cipherstash-pg-1.0.0.beta.19-x86_64-linux ./.appveyor.yml
cipherstash-pg-1.0.0.beta.19-x86_64-darwin ./.appveyor.yml
cipherstash-pg-1.0.0.beta.19-arm64-darwin ./.appveyor.yml
cipherstash-pg-1.0.0.beta.19-aarch64-linux ./.appveyor.yml
cipherstash-pg-1.0.0.beta.18-x86_64-linux ./.appveyor.yml
cipherstash-pg-1.0.0.beta.18-x86_64-darwin ./.appveyor.yml
cipherstash-pg-1.0.0.beta.18-arm64-darwin ./.appveyor.yml
cipherstash-pg-1.0.0.beta.18-aarch64-linux ./.appveyor.yml
cipherstash-pg-1.0.0.beta.17-aarch64-linux ./.appveyor.yml
cipherstash-pg-1.0.0.beta.17-x86_64-darwin ./.appveyor.yml
cipherstash-pg-1.0.0.beta.17-x86_64-linux ./.appveyor.yml
cipherstash-pg-1.0.0.beta.17-arm64-darwin ./.appveyor.yml