1
0
mirror of https://github.com/minio/minio.git synced 2025-01-21 19:53:15 -05:00

18 lines
248 B
Bash
Raw Normal View History

2019-07-09 18:32:39 -07:00
#!/bin/bash -e
#
#
test_run_dir="$MINT_RUN_CORE_DIR/aws-sdk-java"
cd "$(dirname "$(realpath "$0")")"
ant init-ivy && \
ant resolve && \
ant compile && \
ant jar
cp build/jar/FunctionalTests.jar "$test_run_dir/"
rm -rf lib/ build/