blob: cb4ea62a823ac64d2839ac2268928d0a2d09aded [file] [log] [blame] [raw]
checkout:
post:
# clone the Glowkit submodule (see https://circleci.com/docs/configuration)
- git submodule sync
- git submodule update --init
# setup for mvn dependency:resolve (see http://stackoverflow.com/questions/7772556/maven-fails-to-resolve-dependency)
- (cd Glowkit && mvn install)
test:
post:
- cp -r target/glowstone*.jar $CIRCLE_ARTIFACTS/