16 lines
401 B
YAML
16 lines
401 B
YAML
machine:
|
|
java:
|
|
version: openjdk8
|
|
notify:
|
|
branches:
|
|
only:
|
|
- master
|
|
dependencies:
|
|
override:
|
|
- git config --global user.email "circle@circleci.com"
|
|
- git config --global user.name "CircleCI"
|
|
- chmod +x scripts/build.sh
|
|
- ./scripts/build.sh
|
|
test:
|
|
post:
|
|
- yes|mv -f ./target/BugRepGUI-b.jar $CIRCLE_ARTIFACTS/BugRepGUI-b$CIRCLE_BUILD_NUM.jar |