File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,14 @@ test_script:
2727 - sqlcmd -S ".\SQL2012SP1" -U sa -P Password12! -i %APPVEYOR_BUILD_FOLDER%\test\appveyor\dbsetup.sql
2828 - bundle exec rake test ACTIVERECORD_UNITTEST_DATASERVER="localhost\SQL2012SP1"
2929 - bundle exec rake test ACTIVERECORD_UNITTEST_DATASERVER="localhost\SQL2012SP1" ACTIVERECORD_UNITTEST_TDSVERSION="7.3"
30+ - timeout /t 4 /nobreak > NUL
31+ - bundle exec rake ACTIVERECORD_UNITTEST_AZURE=1 ACTIVERECORD_UNITTEST_HOST=%CI_AZURE_HOST% ACTIVERECORD_UNITTEST_PASS=%CI_AZURE_PASS%
32+ - bundle exec rake ACTIVERECORD_UNITTEST_AZURE=1 ACTIVERECORD_UNITTEST_HOST=%CI_AZURE_HOST% ACTIVERECORD_UNITTEST_PASS=%CI_AZURE_PASS% ACTIVERECORD_UNITTEST_TDSVERSION="7.3"
3033environment :
34+ CI_AZURE_HOST :
35+ secure : D7mY9Aj6qBEvGf5MhSyLBHOU2IehhtseaTm1VqlBfmo=
36+ CI_AZURE_PASS :
37+ secure : cSQp8sk4urJYvq0utpsK+r7J+snJ2wpcdp8RdXJfB+w=
3138 matrix :
3239 - ruby_version : " 200-x64"
3340 - ruby_version : " 21-x64"
You can’t perform that action at this time.
0 commit comments