Skip to content

Commit 0fb1ccc

Browse files
committed
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.
1 parent 1602db2 commit 0fb1ccc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,9 @@ jobs:
111111
parameters:
112112
configurationName: LIBMYSQLCLIENT_DEBUG_NTS
113113
configurationParameters: '--enable-debug --disable-zts'
114+
- template: azure/job.yml
115+
parameters:
116+
configurationName: VARIATION_DEBUG_ZTS
117+
configurationParameters: >-
118+
--enable-debug --enable-zts
119+
CFLAGS="-DZEND_RC_DEBUG=1"

0 commit comments

Comments
 (0)