Merge branch 'master' into jsonpath
This commit is contained in:
commit
40b44f3c61
@ -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}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user