blob: 9d312775318349dd599a9d8cc87e8d1fccd57f9e [file] [log] [blame]
machine:
java:
version: 'oraclejdk8'
test:
pre:
- sudo apt-get update; sudo apt-get install wamerican:
parallel: true
override:
- case $CIRCLE_NODE_INDEX in 0) ant eclipse-warnings; ant test ;; 1) ant long-test ;; 2) ant test-compression ;; 3) ant stress-test ;;esac:
parallel: true
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/:
parallel: true
- find ./build/test/output/ -iname "*.xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;:
parallel: true