blob: 9129b6b8de515bc2464250becb4a82a671801250 [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/
# deploy to test server
deployment:
devel:
branch: master
commands:
- ./deploy-to-devel.sh