Build tests in CircleCI build job

patch by Andrés de la Peña; reviewed by Ekaterina Dimitrova for CASSANDRA-16852
This commit is contained in:
Andrés de la Peña 2021-08-16 17:48:08 +01:00
parent ad139da84c
commit 0770666210
6 changed files with 6 additions and 5 deletions

View File

@ -455,7 +455,7 @@ commands:
cd ~/cassandra
# Loop to prevent failure due to maven-ant-tasks not downloading a jar..
for x in $(seq 1 3); do
${ANT_HOME}/bin/ant clean jar
${ANT_HOME}/bin/ant clean jar build-test
RETURN="$?"
if [ "${RETURN}" -eq "0" ]; then
break

View File

@ -581,7 +581,7 @@ jobs:
cd ~/cassandra
# Loop to prevent failure due to maven-ant-tasks not downloading a jar..
for x in $(seq 1 3); do
${ANT_HOME}/bin/ant clean jar
${ANT_HOME}/bin/ant clean jar build-test
RETURN="$?"
if [ "${RETURN}" -eq "0" ]; then
break

View File

@ -581,7 +581,7 @@ jobs:
cd ~/cassandra
# Loop to prevent failure due to maven-ant-tasks not downloading a jar..
for x in $(seq 1 3); do
${ANT_HOME}/bin/ant clean jar
${ANT_HOME}/bin/ant clean jar build-test
RETURN="$?"
if [ "${RETURN}" -eq "0" ]; then
break

View File

@ -581,7 +581,7 @@ jobs:
cd ~/cassandra
# Loop to prevent failure due to maven-ant-tasks not downloading a jar..
for x in $(seq 1 3); do
${ANT_HOME}/bin/ant clean jar
${ANT_HOME}/bin/ant clean jar build-test
RETURN="$?"
if [ "${RETURN}" -eq "0" ]; then
break

View File

@ -581,7 +581,7 @@ jobs:
cd ~/cassandra
# Loop to prevent failure due to maven-ant-tasks not downloading a jar..
for x in $(seq 1 3); do
${ANT_HOME}/bin/ant clean jar
${ANT_HOME}/bin/ant clean jar build-test
RETURN="$?"
if [ "${RETURN}" -eq "0" ]; then
break

View File

@ -15,3 +15,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#