File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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/
3
3
# This file can be validated on: http://www.yamllint.com/
4
4
# Or using the Ruby based travel command line tool:
5
5
# gem install travis --no-rdoc --no-ri
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ ninja --version
64
64
_COMPILER_NAME=` basename ${CXX} `
65
65
_BUILD_DIR_NAME=" build-${BUILD_TYPE} _${LIB_TYPE} _${_COMPILER_NAME} "
66
66
67
- ./.travis_scripts/run-clang-format.sh
67
+ # ./.travis_scripts/run-clang-format.sh
68
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
You can’t perform that action at this time.
0 commit comments