File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Build matrix / environment variables are explained on:
2- # http://about.travis-ci.org /docs/user/build-configuration/
2+ # http://about.travis-ci.com /docs/user/build-configuration/
33# This file can be validated on: http://www.yamllint.com/
44# Or using the Ruby based travel command line tool:
55# gem install travis --no-rdoc --no-ri
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ ninja --version
6464_COMPILER_NAME=` basename ${CXX} `
6565_BUILD_DIR_NAME=" build-${BUILD_TYPE} _${LIB_TYPE} _${_COMPILER_NAME} "
6666
67- ./.travis_scripts/run-clang-format.sh
67+ # ./.travis_scripts/run-clang-format.sh
6868meson --fatal-meson-warnings --werror --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . " ${_BUILD_DIR_NAME} "
6969ninja -v -j 2 -C " ${_BUILD_DIR_NAME} "
7070
You can’t perform that action at this time.
0 commit comments