From 7a5cc7aa67388ea44b9157665dba6cc425ec988c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 18 Sep 2020 11:32:05 +0200 Subject: 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. --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'azure-pipelines.yml') 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' -- cgit v1.2.1