Rename script build.sh to build-test.sh

v2.8-utf8proc
Sébastien Helleu 2015-10-22 20:54:12 +02:00
parent 109884dd66
commit d722e3709c
3 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@ before_script:
- sudo pip install msgcheck pylint
script:
- ./tools/build.sh
- ./tools/build-test.sh
- msgcheck po/*.po
- pylint doc/docgen.py

View File

@ -64,7 +64,7 @@ EXTRA_DIST = AUTHORS.asciidoc \
cmake/cmake_uninstall.cmake.in \
po/CMakeLists.txt \
po/srcfiles.cmake \
tools/build.sh \
tools/build-test.sh \
tools/git-version.sh \
weechat.png \
weechat.pc.in \

View File

@ -25,14 +25,14 @@
# configure commands.
#
# Syntax to run the script with environment variables:
# BUILDTOOL=cmake ./build.sh
# BUILDTOOL=autotools ./build.sh
# BUILDTOOL=cmake BUILDARGS="arguments" ./build.sh
# BUILDTOOL=autotools BUILDARGS="arguments" ./build.sh
# BUILDTOOL=cmake ./build-test.sh
# BUILDTOOL=autotools ./build-test.sh
# BUILDTOOL=cmake BUILDARGS="arguments" ./build-test.sh
# BUILDTOOL=autotools BUILDARGS="arguments" ./build-test.sh
#
# Syntax to run the script with arguments on command line:
# ./build.sh cmake [arguments]
# ./build.sh autotools [arguments]
# ./build-test.sh cmake [arguments]
# ./build-test.sh autotools [arguments]
#
# This script is used to build WeeChat in Travis CI environment.
#