Sha256: 7b6eb86e385cf7a539154b536b9c4937408967283af21557903cf0ce6ff31629

Contents?: true

Size: 1.2 KB

Versions: 28

Compression:

Stored size: 1.2 KB

Contents

image: Visual Studio 2017
skip_tags: true
clone_depth: 5
build: off
matrix:
  fast_finish: true
  allow_failures:
    - ruby_version: "27"
    - ruby_version: "27-x64"
    - ruby_version: "30"
    - ruby_version: "30-x64"
services:
  - mssql2014

init:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - SET PATH=C:\MinGW\msys\1.0\bin;%PATH%
  - SET RAKEOPT=-rdevkit
  - SET TINYTDS_VERSION=2.1.3.pre

install:
  - ps: Update-AppveyorBuild -Version "$(Get-Content $env:appveyor_build_folder\VERSION).$env:appveyor_build_number"
  - ruby --version
  - gem --version
  - bundle install
  - gem uninstall bcrypt
  - gem install bcrypt --platform=ruby

test_script:
  - powershell -File "%APPVEYOR_BUILD_FOLDER%\test\appveyor\dbsetup.ps1"
  - timeout /t 4 /nobreak > NUL
  - sqlcmd -S ".\SQL2014" -U sa -P Password12! -i %APPVEYOR_BUILD_FOLDER%\test\appveyor\dbsetup.sql
  - bundle exec rake test ACTIVERECORD_UNITTEST_DATASERVER="localhost\SQL2014"

environment:
  CI_AZURE_HOST:
    secure: VChrioaIWkf9iuuaSs4cryiA4honrADgZqNC0++begg=
  CI_AZURE_PASS:
    secure: cSQp8sk4urJYvq0utpsK+r7J+snJ2wpcdp8RdXJfB+w=
  matrix:
    - ruby_version: "27-x64"
    - ruby_version: "27"
    - ruby_version: "30-x64"
    - ruby_version: "30"

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
activerecord-sqlserver-adapter-8.0.0 appveyor.yml
activerecord-sqlserver-adapter-7.2.2 appveyor.yml
activerecord-sqlserver-adapter-7.1.9 appveyor.yml
activerecord-sqlserver-adapter-7.1.8 appveyor.yml
activerecord-sqlserver-adapter-7.2.1 appveyor.yml
activerecord-sqlserver-adapter-7.2.0 appveyor.yml
activerecord-sqlserver-adapter-7.1.7 appveyor.yml
activerecord-sqlserver-adapter-7.1.6 appveyor.yml
activerecord-sqlserver-adapter-7.1.5 appveyor.yml
activerecord-sqlserver-adapter-7.1.4 appveyor.yml
activerecord-sqlserver-adapter-7.0.7 appveyor.yml
activerecord-sqlserver-adapter-7.1.3 appveyor.yml
activerecord-sqlserver-adapter-7.1.2 appveyor.yml
activerecord-sqlserver-adapter-7.1.1 appveyor.yml
activerecord-sqlserver-adapter-7.1.0 appveyor.yml
activerecord-sqlserver-adapter-7.0.6 appveyor.yml
activerecord-sqlserver-adapter-7.1.0.rc2 appveyor.yml
activerecord-sqlserver-adapter-7.1.0.rc1 appveyor.yml
activerecord-sqlserver-adapter-7.0.5.1 appveyor.yml
activerecord-sqlserver-adapter-7.1.0.beta1 appveyor.yml