Merge branch 'PHP-7.4'

* PHP-7.4:
  Add a run with opcache to the coverage job
This commit is contained in:
Nikita Popov 2019-10-22 11:13:02 +02:00
commit 1faea28cdd
2 changed files with 8 additions and 0 deletions

View File

@ -86,3 +86,4 @@ jobs:
parameters: parameters:
configurationName: COVERAGE_DEBUG_ZTS configurationName: COVERAGE_DEBUG_ZTS
configurationParameters: '--enable-debug --disable-zts' configurationParameters: '--enable-debug --disable-zts'
timeoutInMinutes: 90

View File

@ -29,6 +29,13 @@ jobs:
parameters: parameters:
configurationName: ${{ parameters.configurationName }} configurationName: ${{ parameters.configurationName }}
runTestsParameters: ${{ parameters.runTestsParameters }} runTestsParameters: ${{ parameters.runTestsParameters }}
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'OpCache'
runTestsParameters: >-
${{ parameters.runTestsParameters }}
-d zend_extension=opcache.so
- script: | - script: |
make gcovr-xml make gcovr-xml
mv gcovr.xml coverage.xml mv gcovr.xml coverage.xml