We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a5542 commit f519998Copy full SHA for f519998
azure-pipelines.yml
@@ -124,6 +124,10 @@ stages:
124
QMAKE_EXTRA: "CONFIG+=noPch CONFIG+=ccache CONFIG+=silent CONFIG+=small_debug_info CONFIG+=sanitizer CONFIG+=sanitize_undefined CONFIG+=sanitize_address"
125
CONFIG: debug
126
TESTS: $ALL_TESTS
127
+ Linux release with retired features:
128
+ imageName: 'ubuntu-latest'
129
+ QMAKE_EXTRA: "CONFIG+=trik_retired_features CONFIG+=noPch CONFIG+=ccache CONFIG+=no-sanitizers CONFIG+=silent"
130
+ TESTS: $ALL_TESTS
131
pool:
132
vmImage: $(imageName)
133
0 commit comments