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 fb9aaf8 commit ec9302cCopy full SHA for ec9302c
.travis_scripts/meson_builder.sh
@@ -65,7 +65,7 @@ _COMPILER_NAME=`basename ${CXX}`
65
_BUILD_DIR_NAME="build-${BUILD_TYPE}_${LIB_TYPE}_${_COMPILER_NAME}"
66
67
./.travis_scripts/run-clang-format.sh
68
-meson --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . "${_BUILD_DIR_NAME}"
+meson --fatal-meson-warnings --werror --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . "${_BUILD_DIR_NAME}"
69
ninja -v -j 2 -C "${_BUILD_DIR_NAME}"
70
71
cd "${_BUILD_DIR_NAME}"
meson.build
@@ -71,8 +71,7 @@ jsoncpp_dep = declare_dependency(
)
72
73
# tests
74
-#python = import('python3').find_python()
75
-python = find_program('python3', 'python')
+python = import('python').find_installation()
76
77
jsoncpp_test = executable(
78
'jsoncpp_test',
0 commit comments