blob: c9d27caa12472e0030c9a40abbb829765c980451 [file] [log] [blame] [raw]
checkout:
post:
# clone the Glowkit submodule (see https://circleci.com/docs/configuration)
- git submodule sync
- git submodule update --init
test:
post:
- cp -r target/glowstone*.jar $CIRCLE_ARTIFACTS/
# deploy to test server
#deployment:
# devel:
# branch: master
# commands:
# - scp -P 2299 $CIRCLE_ARTIFACTS/glowstone++-1.8.7-SNAPSHOT.jar ?:g++/glowstone++.jar
# - ssh ? -p ? 'g++/start.sh'