File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ stages:
171171 Linux release + tests :
172172 imageName : ' ubuntu-latest'
173173 QMAKE_EXTRA : " CONFIG+=tests CONFIG+=noPch CONFIG+=ccache CONFIG+=no-sanitizers CONFIG+=silent CONFIG+=warn_off"
174+ Linux release with retired features :
175+ imageName : ' ubuntu-latest'
176+ QMAKE_EXTRA : " CONFIG+=trik_retired_features CONFIG+=noPch CONFIG+=ccache CONFIG+=no-sanitizers CONFIG+=silent"
174177 Linux debug + tests :
175178 imageName : ' ubuntu-latest'
176179 QMAKE_EXTRA : " CONFIG+=tests CONFIG+=noPch CONFIG+=ccache CONFIG+=silent CONFIG+=small_debug_info CONFIG+=sanitizer CONFIG+=sanitize_undefined CONFIG+=sanitize_address"
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