Skip to content

Commit 1faea28

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Add a run with opcache to the coverage job
2 parents 0ef27db + 6422c95 commit 1faea28

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

azure-pipelines.yml

+1
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@ jobs:
8686
parameters:
8787
configurationName: COVERAGE_DEBUG_ZTS
8888
configurationParameters: '--enable-debug --disable-zts'
89+
timeoutInMinutes: 90

azure/coverage_job.yml

+7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
parameters:
3030
configurationName: ${{ parameters.configurationName }}
3131
runTestsParameters: ${{ parameters.runTestsParameters }}
32+
- template: test.yml
33+
parameters:
34+
configurationName: ${{ parameters.configurationName }}
35+
runTestsName: 'OpCache'
36+
runTestsParameters: >-
37+
${{ parameters.runTestsParameters }}
38+
-d zend_extension=opcache.so
3239
- script: |
3340
make gcovr-xml
3441
mv gcovr.xml coverage.xml

0 commit comments

Comments
 (0)