1
0
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:
Nikita Popov
2021-07-20 17:02:49 +02:00
parent 1602db2d3f
commit 0fb1ccca7c
+6
View File
@@ -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"