Skip to content

Commit

Permalink
Add variation job with RC_DEBUG=1
Browse files Browse the repository at this point in the history
This is also intended to test other default-disabled config
options in the future, e.g. PROFITABILITY_CHECKS=0.
  • Loading branch information
nikic committed Jul 21, 2021
1 parent 1602db2 commit 0fb1ccc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0fb1ccc

Please sign in to comment.