File tree 2 files changed +2
-3
lines changed
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}`
65
65
_BUILD_DIR_NAME=" build-${BUILD_TYPE} _${LIB_TYPE} _${_COMPILER_NAME} "
66
66
67
67
./.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} "
69
69
ninja -v -j 2 -C " ${_BUILD_DIR_NAME} "
70
70
71
71
cd " ${_BUILD_DIR_NAME} "
Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ jsoncpp_dep = declare_dependency(
71
71
)
72
72
73
73
# tests
74
- #python = import('python3').find_python()
75
- python = find_program (' python3' , ' python' )
74
+ python = import (' python' ).find_installation()
76
75
77
76
jsoncpp_test = executable (
78
77
' jsoncpp_test' ,
You can’t perform that action at this time.
0 commit comments