Rename script build.sh to build-test.sh
This commit is contained in:
parent
109884dd66
commit
d722e3709c
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -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.
|
||||
#
|
Loading…
x
Reference in New Issue
Block a user