summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-09-18 11:32:05 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-12-18 12:52:54 +0100
commit7a5cc7aa67388ea44b9157665dba6cc425ec988c (patch)
tree6d0754acc4a5317da924d223657b11853fc4ebfc /azure-pipelines.yml
parent037512cfce6048aae3d3900abb12310e66bc97a5 (diff)
downloadphp-git-7a5cc7aa67388ea44b9157665dba6cc425ec988c.tar.gz
Add basic libmysqlclient CI job
This tests that mysqli and pdo_mysql build against libmysqlclient, and that tests pass for pdo_mysql. mysqli has too many test failures. This is not an officially supported configuration.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7517e58bf2..49840e893c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -108,3 +108,7 @@ jobs:
configurationName: DEBUG_NTS_REPEAT
configurationParameters: '--enable-debug --disable-zts'
runTestsParameters: '--repeat 2'
+ - template: azure/libmysqlclient_job.yml
+ parameters:
+ configurationName: LIBMYSQLCLIENT_DEBUG_NTS
+ configurationParameters: '--enable-debug --disable-zts'