summaryrefslogtreecommitdiff
path: root/azure/job.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add MSSQL setup to Azure Pipelines buildAdam Baratz2021-01-111-0/+1
|
* Bump timeouts, againNikita Popov2020-08-021-1/+1
| | | | | | | Now that we're testing an additional JIT configuration in nightly builds, the jobs are running close to an hour. [ci skip]
* Run function JIT tests in nightly buildNikita Popov2020-07-291-16/+1
| | | | | | Changing this for primary x64 and i386 jobs for now. The different test configurations are now consolidated in one file shared between both.
* Update azure pipelins to ubuntu 20.04Nikita Popov2020-06-231-1/+1
| | | | | | Only updating the main job for now, to see how it goes. Closes GH-5741.
* Merge branch 'PHP-7.4'Nikita Popov2020-06-121-8/+1
|\
| * Use shared setup.yml on azureNikita Popov2020-06-121-8/+1
| | | | | | | | Make sure things stay synchronized between different x64 jobs.
* | Merge branch 'PHP-7.4'Nikita Popov2020-06-101-0/+1
|\ \ | |/ | | | | | | * PHP-7.4: Explicitly start postgres on azure
| * Explicitly start postgres on azureNikita Popov2020-06-101-0/+1
| | | | | | | | Seems to be necessary now...
* | Merge branch 'PHP-7.4'Nikita Popov2020-03-181-0/+2
|\ \ | |/ | | | | | | | | | | * PHP-7.4: Make bug52820.phpt more robust Explicitly start mysql Use "set -e" in some pipeline steps
| * Explicitly start mysqlNikita Popov2020-03-181-0/+1
| |
| * Use "set -e" in some pipeline stepsNikita Popov2020-03-181-0/+1
| |
* | Merge branch 'PHP-7.4'Nikita Popov2019-11-021-1/+1
|\ \ | |/ | | | | | | * PHP-7.4: Explicitly specify ubuntu versions on azure pipelines
| * Explicitly specify ubuntu versions on azure pipelinesNikita Popov2019-11-021-1/+1
| | | | | | | | | | Use the new 18.04 for the ones where the build succeeded and the previous 16.04 where it didn't.
* | Merge branch 'PHP-7.4'Nikita Popov2019-10-111-9/+1
|\ \ | |/
| * Azure: Publish code coverage resultsGerard Roche2019-10-111-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add an Azure Publish Code Coverage Results task * Add `make gcovr-html` to generate a gcovr test coverage report in HTML * Add `make gcovr-xml` to generate a gcovr test coverage report in XML * Remove `test` target dependency from `make lcov-html`; Run the two targets together instead: `make test lcov-html`. Re: https://github.com/php/php-src/pull/4739#issuecomment-534911441 See: https://externals.io/message/107113, https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/test/publish-code-coverage-results?view=azure-devops, and https://github.com/php/php-src/pull/4759.
* | Merge branch 'PHP-7.4'Nikita Popov2019-08-301-56/+3
|\ \ | |/
| * Add job for community projectsNikita Popov2019-08-301-56/+3
| | | | | | | | | | | | | | | | 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.
* | Merge branch 'PHP-7.4'Nikita Popov2019-08-281-2/+4
|\ \ | |/
| * Set opcache.protect_memory=1 on AzureNikita Popov2019-08-281-1/+3
| |
* | Merge branch 'PHP-7.4'Joe Watkins2019-07-031-0/+1
|\ \ | |/ | | | | | | * PHP-7.4: Enable option checking on CI
| * Enable option checking on CIPeter Kokot2019-07-031-0/+1
| | | | | | | | | | | | This adds the Autoconf's --enable-option-checking=fatal option so when non existing option from the PHP's configure options is used a fatal error happens.
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-281-2/+11
|\ \ | |/
| * Set up asan+ubsan scheduled build on azureNikita Popov2019-06-281-1/+7
| | | | | | | | | | | | | | | | | | Also adds an --asan flag to run-tests.php to setup all the necessary environment variables. Some tests are marked as skipped because they are incompatible with asan or too slow. I'm basing this on the DEBUG_ZTS build, which seems to give us the most mileage.
| * PHP-7.4 branch should not run JIT tests, ever [ci skip]Joe Watkins2019-06-151-6/+0
| |
* | PHP-8.0 should run JIT tests, always [ci skip]Joe Watkins2019-06-151-6/+5
|/
* 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.
* checkout depth of one doesn't always work with batched builds, it seemsJoe Watkins2019-06-111-2/+0
|
* Actually load opcache on AzureNikita Popov2019-06-041-2/+2
|
* Azure: Don't build zend-test as sharedNikita Popov2019-06-041-1/+1
| | | | | This is shared on Travis to perform a dl() sanity check. Revert to building it statically here so we don't need to explicitly load it.
* get the name of the branch rightJoe Watkins2019-06-031-1/+1
|
* Set up CI with Azure PipelinesJoe Watkins2019-06-031-0/+92