Sha256: 991fa8beffb31c5f224764e22254fb847258b0ba9e5671f5366e8de80d656126
Contents?: true
Size: 1.84 KB
Versions: 6
Compression:
Stored size: 1.84 KB
Contents
init: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - SET PATH=C:\MinGW\msys\1.0\bin;%PATH% - SET RAKEOPT=-rdevkit - SET TESTOPTS='-v' clone_depth: 5 skip_tags: true skip_branch_with_pr: true matrix: fast_finish: true install: # Output debugging info - ps: Update-AppveyorBuild -Version "$(Get-Content $env:appveyor_build_folder\VERSION).$env:appveyor_build_number" - perl --version - ruby --version - gem --version # Set up project prerequisits - bundle install - bundle exec rake ports build: off branches: except: - /dev.*/ test_script: - timeout /t 4 /nobreak > NUL - powershell -File "%APPVEYOR_BUILD_FOLDER%\test\appveyor\dbsetup.ps1" - timeout /t 4 /nobreak > NUL - ps: Start-Service 'MSSQL$SQL2014' - timeout /t 4 /nobreak > NUL - sqlcmd -S ".\SQL2014" -U sa -P Password12! -i %APPVEYOR_BUILD_FOLDER%\test\appveyor\dbsetup.sql - bundle exec rake ports build test TINYTDS_UNIT_HOST_TEST=localhost TINYTDS_UNIT_DATASERVER="localhost\SQL2014" TINYTDS_SCHEMA=sqlserver_2014 TDSVER=7.1 - bundle exec rake ports build test TINYTDS_UNIT_HOST_TEST=localhost TINYTDS_UNIT_DATASERVER="localhost\SQL2014" TINYTDS_SCHEMA=sqlserver_2014 - ps: Stop-Service 'MSSQL$SQL2014' - ps: Start-Service 'MSSQL$SQL2012SP1' - timeout /t 4 /nobreak > NUL - sqlcmd -S ".\SQL2012SP1" -U sa -P Password12! -i %APPVEYOR_BUILD_FOLDER%\test\appveyor\dbsetup.sql - bundle exec rake ports build test TINYTDS_UNIT_HOST_TEST=localhost TINYTDS_UNIT_DATASERVER="localhost\SQL2012SP1" TINYTDS_SCHEMA=sqlserver_2014 environment: CI_AZURE_HOST: secure: 8ydpYysZYKEBKvp6plKlYfepH98/zAuT27FFCaJ9Sss= TINYTDS_UNIT_AZURE_PASS: secure: fYKSKV4v+36OFQp2nZdX4DfUpgmy5cm0wuR73cgdmEk= matrix: - ruby_version: "23-x64" - ruby_version: "23" - ruby_version: "22-x64" - ruby_version: "22" on_failure: - find -name compile.log | xargs cat
Version data entries
6 entries across 6 versions & 1 rubygems