aboutsummaryrefslogtreecommitdiff
path: root/.circleci
AgeCommit message (Collapse)Author
2019-03-08DRILL-6846: Add CircleCI Test SummaryVitalii Diravka
closes #1678 - added CircleCI Test Summary - maven-surefire-plugin version udpate - license checkstyle goal is added to the TravisCI protobuf phase
2019-02-08DRILL-6780: Caching dependencies for CircleCIVolodymyr Vysotskyi
closes #1632
2018-12-06DRILL-6876: Enable CircleCI builds for JDK 9-11Volodymyr Vysotskyi
close apache/drill#1558
2018-10-14DRILL-6777: Setup CircleCI configs for DrillVitalii Diravka
- adding .circleci/config.yml to the project to launch CircleCI - custom memory parameters - usage of CircleCI machine - excluding "SlowTest" and "UnlikelyTest" groups - update maven version - adding libaio.so library to solve MySQL integration tests - update com.jcabi:jcabi-mysql-maven-plugin library version - TODO descriptions for the future enhancements of CircleCI build for Drill close apache/drill#1493