Skip to content

Commit

Permalink
Cleanup circleyml
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms authored Jul 27, 2016
1 parent 8ee3289 commit c4f32d7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ machine:
java:
version: oraclejdk8
dependencies:
pre:
- git config --global user.email "[email protected]"
- git config --global user.name "momothereal"
- git clone --recursive https://github.com/GlowstoneMC/Glowkit.git glowkit
- (cd glowkit && chmod +x applyPatches.sh && ./applyPatches.sh)
- (cd glowkit/Glowkit-Patched && mvn package install)
override:
- git config --global user.email "[email protected]"
- git config --global user.name "mastercoms"
- git clone --recursive https://github.com/GlowstoneMC/Glowkit.git
- (cd Glowkit && chmod +x applyPatches.sh && ./applyPatches.sh)
- (cd Glowkit/Glowkit-Patched && mvn install)
test:
override:
- ./setup.sh
post:
- cp -r target/glowstone*.jar $CIRCLE_ARTIFACTS/
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;

0 comments on commit c4f32d7

Please sign in to comment.