summaryrefslogtreecommitdiff
path: root/azure/test.yml
diff options
context:
space:
mode:
authorAdam Baratz <adambaratz@php.net>2021-01-11 21:46:41 -0500
committerAdam Baratz <adambaratz@php.net>2021-01-11 21:46:41 -0500
commitb5696980954007c75ca7fa1627897dfafb3d7fd7 (patch)
tree111fe83ed2a03c3d5a412af3a50682755dac77d7 /azure/test.yml
parent65c789148b72e62d22fb23abaa1e0c97ba74c6da (diff)
downloadphp-git-b5696980954007c75ca7fa1627897dfafb3d7fd7.tar.gz
Add MSSQL setup to Azure Pipelines build
Diffstat (limited to 'azure/test.yml')
-rw-r--r--azure/test.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/azure/test.yml b/azure/test.yml
index 4a1f97b734..95fa7b4a09 100644
--- a/azure/test.yml
+++ b/azure/test.yml
@@ -9,6 +9,9 @@ steps:
export PDO_MYSQL_TEST_DSN="mysql:host=localhost;dbname=test"
export PDO_MYSQL_TEST_USER=root
export PDO_MYSQL_TEST_PASS=root
+ export PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0"
+ export PDO_DBLIB_TEST_USER="pdo_test"
+ export PDO_DBLIB_TEST_PASS="password"
export TEST_PHP_JUNIT=junit.xml
export REPORT_EXIT_STATUS=no
export SKIP_IO_CAPTURE_TESTS=1