We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b433b33 commit 20d5cc3Copy full SHA for 20d5cc3
meson.build
@@ -271,7 +271,8 @@ plugins_inc_dirs = include_directories('src/plugins')
271
utils_inc_dirs = include_directories('src/utils')
272
273
subdir('src')
274
-if get_option('build_tests') and get_option('buildtype') != 'release'
+# TODO: Revert to build tests after passing buildtype debug to build-container.sh from external CI gitlab
275
+if get_option('build_tests')
276
subdir('test')
277
endif
278
if get_option('build_examples')
0 commit comments