Skip to content

Commit 20d5cc3

Browse files
committed
tmp add tests to release build to make CI pass
Signed-off-by: Michal Shalev <[email protected]>
1 parent b433b33 commit 20d5cc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ plugins_inc_dirs = include_directories('src/plugins')
271271
utils_inc_dirs = include_directories('src/utils')
272272

273273
subdir('src')
274-
if get_option('build_tests') and get_option('buildtype') != 'release'
274+
# TODO: Revert to build tests after passing buildtype debug to build-container.sh from external CI gitlab
275+
if get_option('build_tests')
275276
subdir('test')
276277
endif
277278
if get_option('build_examples')

0 commit comments

Comments
 (0)