Skip to content

Commit f519998

Browse files
committed
Add CONFIG(trik_retired_features) for obsolete features
1 parent 01a5542 commit f519998

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
@@ -124,6 +124,10 @@ stages:
124124
QMAKE_EXTRA: "CONFIG+=noPch CONFIG+=ccache CONFIG+=silent CONFIG+=small_debug_info CONFIG+=sanitizer CONFIG+=sanitize_undefined CONFIG+=sanitize_address"
125125
CONFIG: debug
126126
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
127131
pool:
128132
vmImage: $(imageName)
129133

0 commit comments

Comments
 (0)