Skip to content

Commit a151686

Browse files
committed
Add CONFIG(trik_retired_features) for obsolete features
1 parent 68f6e50 commit a151686

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ stages:
126126
QMAKE_EXTRA: "CONFIG+=noPch CONFIG+=ccache CONFIG+=silent CONFIG+=small_debug_info CONFIG+=sanitizer CONFIG+=sanitize_undefined CONFIG+=sanitize_address"
127127
CONFIG: debug
128128
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
129133
pool:
130134
vmImage: $(imageName)
131135

0 commit comments

Comments
 (0)