summaryrefslogtreecommitdiff
path: root/azure
Commit message (Collapse)AuthorAgeFilesLines
* Add MSSQL setup to Azure Pipelines buildAdam Baratz2021-01-118-0/+14
|
* Build PDO Firebird on AzureNikita Popov2020-12-222-0/+2
| | | | | | 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.
* Add basic libmysqlclient CI jobNikita Popov2020-12-182-0/+88
| | | | | | | 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.
* Merge branch 'PHP-8.0'Nikita Popov2020-12-031-1/+4
|\ | | | | | | | | * PHP-8.0: Upload coverage data to codecov.io
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-031-1/+4
| |\ | | | | | | | | | | | | * PHP-7.4: Upload coverage data to codecov.io
| | * Upload coverage data to codecov.ioPaul Crovella2020-12-031-1/+4
| | | | | | | | | | | | Closes GH-6486.
| * | Backport IMAP test modernization to PHP-8.0 branchGeorge Peter Banyard2020-12-011-2/+2
| | | | | | | | | | | | Closes GH-6476
* | | Don't disable phpdbg on macosNikita Popov2020-12-021-1/+0
| | | | | | | | | | | | | | | I'm not sure what the original issue here was, but it seems to be working fine now, so let's make sure it stays that way...
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-111-0/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-8.0: Fix community job
| * | Fix community jobNikita Popov2020-11-111-0/+1
| | | | | | | | | | | | Made a mistake while merging...
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-101-0/+7
|\ \ \ | |/ / | | | | | | | | | * PHP-8.0: Add integration test for symfony preloading
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-101-0/+7
| |\ \ | | |/ | | | | | | | | | * PHP-7.4: Add integration test for symfony preloading
| | * Add integration test for symfony preloadingNikita Popov2020-11-101-0/+9
| | | | | | | | | | | | | | | | | | To help catch regressions like the one that occurred in PHP 7.4.12. Closes GH-6414.
* | | Modernize IMAP testsGeorge Peter Banyard2020-11-032-3/+8
|/ / | | | | | | | | | | | | | | Use constants when appropriate, drop some ouputs which depends on env vars Enable parallel testing. Closes GH-6380
* | Re-enable laravel testsNikita Popov2020-10-261-17/+14
| | | | | | | | | | | | Laravel is now sufficiently PHP 8 compatible. Closes GH-6353.
* | Disable Laravel testingNikita Popov2020-10-191-15/+15
| | | | | | | | | | | | | | This has been failing for months now, let's make the scheduled build status meaningful again. [ci skip]
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-101-1/+1
|\ \ | |/ | | | | | | * PHP-7.4: Don't specify symfony branch
| * Don't specify symfony branchNikita Popov2020-10-101-1/+1
| | | | | | | | This was renamed from master to 5.x. Just use the default branch.
* | Set-up IMAP in AzureGeorge Peter Banyard2020-09-183-0/+12
| | | | | | | | Closes GH-6162
* | Enable unixODBC in azureNikita Popov2020-09-172-0/+2
| | | | | | | | | | | | This only checks that it builds though. Closes GH-6150.
* | Add missing condition on azure community jobNikita Popov2020-09-111-0/+1
| |
* | Merge branch 'PHP-7.4'Nikita Popov2020-09-101-0/+1
|\ \ | |/ | | | | | | * PHP-7.4: Fix azure i386 build, again
| * Fix azure i386 build, againNikita Popov2020-09-101-0/+1
| |
* | Test snmp on azureNikita Popov2020-09-093-0/+10
| | | | | | | | Closes GH-6100.
* | Run the opcache-only configuration only for scheduled buildsNikita Popov2020-09-082-12/+14
| | | | | | | | | | | | | | The opcache-only configuration has very little signal (i.e. it is very rare that it fails while non-opcache and opcache+jit both pass). Switch it to run only for nightly builds, so we get faster results on normal builds.
* | Merge branch 'PHP-7.4'Nikita Popov2020-09-081-13/+3
|\ \ | |/ | | | | | | | | * PHP-7.4: Revert "Update libzip on macos" Revert "Manually build re2c on macos"
| * Revert "Update libzip on macos"Nikita Popov2020-09-081-4/+1
| | | | | | | | This reverts commit 090bddb93488b6bcf411e970afe77d96f86f4ac8.
| * Revert "Manually build re2c on macos"Nikita Popov2020-09-081-9/+2
| | | | | | | | This reverts commit 9bbe236f6adead060d83c87a581674f4917db3de.
* | Add phpunit to community project testsNikita Popov2020-09-071-0/+12
| |
* | Merge branch 'PHP-7.4'Nikita Popov2020-09-051-1/+2
|\ \ | |/ | | | | | | * PHP-7.4: Fix azure i386 build
| * Fix azure i386 buildNikita Popov2020-09-051-1/+2
| | | | | | | | Looks like pgsql on i386 broke even more.
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-131-0/+1
|\ \ | |/ | | | | | | * PHP-7.4: Fixed bug #79724
| * Fixed bug #79724Nikita Popov2020-08-131-0/+1
| |
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-041-2/+9
|\ \ | |/ | | | | | | * PHP-7.4: Manually build re2c on macos
| * Manually build re2c on macosNikita Popov2020-08-041-2/+9
| | | | | | | | | | | | | | Avoid issues with the licensing mafia, see: https://github.com/Homebrew/homebrew-core/pull/59094 Closes GH-5932.
* | Bump timeouts, againNikita Popov2020-08-022-1/+3
| | | | | | | | | | | | | | Now that we're testing an additional JIT configuration in nightly builds, the jobs are running close to an hour. [ci skip]
* | Update i386 job to Ubuntu 20.04Nikita Popov2020-07-311-1/+1
| |
* | Also run function jit tests on macosNikita Popov2020-07-311-1/+7
| |
* | Increase timeout on asan jobNikita Popov2020-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | We now also run tests with function JIT here, which makes this slower. Probably, this job should be split up into asan and ubsan, and possibly run with optimization. [ci skip]
* | Update azure macos builds to 10.15Nikita Popov2020-07-291-1/+1
| | | | | | | | Closes GH-5908.
* | Run function JIT tests in nightly buildNikita Popov2020-07-294-60/+37
| | | | | | | | | | | | Changing this for primary x64 and i386 jobs for now. The different test configurations are now consolidated in one file shared between both.
* | Move patch to right placeNikita Popov2020-07-291-1/+1
| | | | | | | | | | | | This was supposed to be for laravel, not symfony. [ci skip]
* | Try to fix laravel PHP 8 incompatibilityNikita Popov2020-07-291-0/+1
| | | | | | | | [ci skip]
* | Adjust Doctrine workaround in community jobNikita Popov2020-07-211-2/+2
| | | | | | | | [ci skip]
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-162-0/+2
|\ \ | |/ | | | | | | * PHP-7.4: Revert "Drop freetype from i386"
| * Revert "Drop freetype from i386"Nikita Popov2020-07-162-0/+2
| | | | | | | | | | | | This reverts commit 8641d76f62273f3a73449fd720c93c63992f3b5a. This appears to work again now...
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-161-1/+1
|\ \ | |/ | | | | | | * PHP-7.4: Fix azure i386 build
| * Fix azure i386 buildNikita Popov2020-07-161-1/+1
| | | | | | | | Purge libsqlite3-0 to make sure we get the i386 library lateron.
* | Add another doctrine workaroundNikita Popov2020-07-131-0/+1
| | | | | | | | | | This has been fixed a few months ago, but apparently Doctrine doesn't do releases.