mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
Add variation job with RC_DEBUG=1
This is also intended to test other default-disabled config options in the future, e.g. PROFITABILITY_CHECKS=0.
This commit is contained in:
@@ -111,3 +111,9 @@ jobs:
|
||||
parameters:
|
||||
configurationName: LIBMYSQLCLIENT_DEBUG_NTS
|
||||
configurationParameters: '--enable-debug --disable-zts'
|
||||
- template: azure/job.yml
|
||||
parameters:
|
||||
configurationName: VARIATION_DEBUG_ZTS
|
||||
configurationParameters: >-
|
||||
--enable-debug --enable-zts
|
||||
CFLAGS="-DZEND_RC_DEBUG=1"
|
||||
|
||||
Reference in New Issue
Block a user