File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ _COMPILER_NAME=`basename ${CXX}`
6565_BUILD_DIR_NAME=" build-${BUILD_TYPE} _${LIB_TYPE} _${_COMPILER_NAME} "
6666
6767./.travis_scripts/run-clang-format.sh
68- meson --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . " ${_BUILD_DIR_NAME} "
68+ meson --fatal-meson-warnings --werror -- buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . " ${_BUILD_DIR_NAME} "
6969ninja -v -j 2 -C " ${_BUILD_DIR_NAME} "
7070
7171cd " ${_BUILD_DIR_NAME} "
Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ jsoncpp_dep = declare_dependency(
7171 )
7272
7373# tests
74- #python = import('python3').find_python()
75- python = find_program (' python3' , ' python' )
74+ python = import (' python' ).find_installation()
7675
7776jsoncpp_test = executable (
7877 ' jsoncpp_test' ,
You can’t perform that action at this time.
0 commit comments