| machine: | |
| java: | |
| version: oraclejdk8 | |
| 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' |