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