summaryrefslogtreecommitdiff
path: root/azure/apt.yml
Commit message (Collapse)AuthorAgeFilesLines
* Build PDO OCI and OCI8 on azureNikita Popov2021-01-151-0/+10
| | | | | | | | | | | | | | | The extensions are build as shared to only check that they compile, without running tests. The OCI8 extension does not properly SKIPIF no database is available. It should be noted that if we do want to also test these, then (apart from running a database) it will also be necessary to configure with LIBS="-Wl,--disable-new-dtags" in order to force the use of RPATH instead of RUNPATH, the latter of which does not affect dlopened libraries. Using LD_LIBRARY_PATH does not mesh well with our test suite. Closes GH-6604.
* Add MSSQL setup to Azure Pipelines buildAdam Baratz2021-01-111-0/+1
|
* Build PDO Firebird on AzureNikita Popov2020-12-221-0/+1
| | | | | | Once again, this only builds the driver, all tests will be skipped. Closes GH-6529.
* Modernize IMAP testsGeorge Peter Banyard2020-11-031-1/+6
| | | | | | | | Use constants when appropriate, drop some ouputs which depends on env vars Enable parallel testing. Closes GH-6380
* Set-up IMAP in AzureGeorge Peter Banyard2020-09-181-0/+1
| | | | Closes GH-6162
* Enable unixODBC in azureNikita Popov2020-09-171-0/+1
| | | | | | This only checks that it builds though. Closes GH-6150.
* Test snmp on azureNikita Popov2020-09-091-0/+3
| | | | Closes GH-6100.
* Fixed bug #79724Nikita Popov2020-08-131-0/+1
|
* enable ext/ldap/tests on azurePaweł Tomulik2020-07-101-1/+3
|
* Enable ext/sodium in CINikita Popov2020-02-241-0/+1
|
* Remove unused recode extension artefactsPeter Kokot2019-07-131-1/+0
| | | | Closes GH-4395
* Setup msan on azureNikita Popov2019-07-011-0/+1
| | | | | | | This uses a separate job template, because msan requires all used libraries (apart from glibc) to be instrumented, so we can't link any external libraries unless we recompile them. As such, we need a much more minimal configure.
* ext/standard: Use PKG_CHECK_MODULES to detect the Argon2 libraryHugh McMaster2019-06-121-0/+1
|
* Build with ldap and ldap sasl on azureNikita Popov2019-06-111-0/+2
| | | | | We don't set up an ldap server, so this is mainly about testing that the build works.
* Set up CI with Azure PipelinesJoe Watkins2019-06-031-0/+35