mirror of https://github.com/apache/maven.git
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9c84228237
commit
145e8ce7c2
27
ci.sh
27
ci.sh
|
@ -144,33 +144,6 @@ export CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
|
||||||
|
|
||||||
BUILD_REQUIRED=`cat $HOME_DIR/build_required`
|
BUILD_REQUIRED=`cat $HOME_DIR/build_required`
|
||||||
|
|
||||||
## Build the verifier
|
|
||||||
|
|
||||||
(
|
|
||||||
echo
|
|
||||||
|
|
||||||
echo "Building the verifier ..."
|
|
||||||
|
|
||||||
echo
|
|
||||||
|
|
||||||
cd $DIR/maven-components/maven-core-it-verifier
|
|
||||||
|
|
||||||
mboot
|
|
||||||
) >> log 2>&1
|
|
||||||
|
|
||||||
(
|
|
||||||
cd $DIR/maven-components/maven-core-it
|
|
||||||
|
|
||||||
echo
|
|
||||||
|
|
||||||
echo "Running maven-core integration tests ..."
|
|
||||||
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
./maven-core-it.sh
|
|
||||||
|
|
||||||
) >> log 2>&1
|
|
||||||
|
|
||||||
# Only send mail to the list if a build was required.
|
# Only send mail to the list if a build was required.
|
||||||
|
|
||||||
if [ "$BUILD_REQUIRED" = "true" ]
|
if [ "$BUILD_REQUIRED" = "true" ]
|
||||||
|
|
Loading…
Reference in New Issue