summaryrefslogtreecommitdiff
path: root/azure/configure.yml
Commit message (Collapse)AuthorAgeFilesLines
* Build PDO OCI and OCI8 on azureNikita Popov2021-01-151-0/+2
| | | | | | | | | | | | | | | 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.
* Build PDO odbc on azureNikita Popov2020-12-211-0/+1
| | | | | | | | | We already install the necessary libs for the odbc extension, so we may as well build PDO ODBC. As we don't setup an ODBC server, the tests will be skipped. Close GH-6528.
* Set-up IMAP in AzureGeorge Peter Banyard2020-09-181-0/+3
| | | | 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/+1
| | | | Closes GH-6100.
* Enable dba on azureNikita Popov2020-06-231-0/+1
| | | | Closes GH-5756.
* Unbundle ext/xmlrpcChristoph M. Becker2020-05-291-1/+0
| | | | | According to <https://wiki.php.net/rfc/unbundle_xmlprc> we unbundle ext/xmlrpc.
* Enable ext/sodium in CINikita Popov2020-02-241-0/+1
|
* Enable --with-mhash on CINikita Popov2019-09-171-0/+1
|
* Add job for community projectsNikita Popov2019-08-301-0/+60
Run some open-source projects through an aggressive debug configuration with asan and ubsan. We don't care about test results, only check that we don't assert or crash. Currently testing laravel, symfony and amp.