mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-14 23:07:55 +02:00
clang-format is not available by default
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Build matrix / environment variables are explained on:
|
# Build matrix / environment variables are explained on:
|
||||||
# http://about.travis-ci.org/docs/user/build-configuration/
|
# http://about.travis-ci.com/docs/user/build-configuration/
|
||||||
# This file can be validated on: http://www.yamllint.com/
|
# This file can be validated on: http://www.yamllint.com/
|
||||||
# Or using the Ruby based travel command line tool:
|
# Or using the Ruby based travel command line tool:
|
||||||
# gem install travis --no-rdoc --no-ri
|
# gem install travis --no-rdoc --no-ri
|
||||||
|
@@ -64,7 +64,7 @@ ninja --version
|
|||||||
_COMPILER_NAME=`basename ${CXX}`
|
_COMPILER_NAME=`basename ${CXX}`
|
||||||
_BUILD_DIR_NAME="build-${BUILD_TYPE}_${LIB_TYPE}_${_COMPILER_NAME}"
|
_BUILD_DIR_NAME="build-${BUILD_TYPE}_${LIB_TYPE}_${_COMPILER_NAME}"
|
||||||
|
|
||||||
./.travis_scripts/run-clang-format.sh
|
#./.travis_scripts/run-clang-format.sh
|
||||||
meson --fatal-meson-warnings --werror --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}"
|
||||||
ninja -v -j 2 -C "${_BUILD_DIR_NAME}"
|
ninja -v -j 2 -C "${_BUILD_DIR_NAME}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user