File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ ev3GeneratorBase.depends = generatorBase
4949ev3RbfGenerator.depends = ev3GeneratorBase
5050pioneerLuaGenerator.depends = generatorBase
5151
52-
53- CONFIG(debug, debug|release) {
52+ CONFIG(trik_retired_features) {
5453SUBDIRS += \
5554 trikSharpBinaries \
5655 nxtRussianCGenerator \
@@ -81,4 +80,3 @@ trikV6PascalABCGenerator.depends = trikPascalABCGeneratorLibrary
8180trikV62PascalABCGenerator.depends = trikPascalABCGeneratorLibrary
8281nxtRussianCGenerator.depends = nxtGeneratorBase
8382}
84-
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SUBDIRS = \
2424 robotsPlugin \
2525 pioneerKitInterpreter \
2626
27- CONFIG (debug , debug | release ) {
27+ CONFIG (trik_retired_features ) {
2828 SUBDIRS += trikV6KitInterpreter
2929 trikV6KitInterpreter.depends = trikKitInterpreterCommon
3030}
You can’t perform that action at this time.
0 commit comments