File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,15 @@ machine:
2
2
java :
3
3
version : oraclejdk8
4
4
dependencies :
5
- pre :
6
- -
git config --global user.email "[email protected] "
7
- - git config --global user.name "momothereal "
8
- - git clone --recursive https://github.com/GlowstoneMC/Glowkit.git glowkit
9
- - (cd glowkit && chmod +x applyPatches.sh && ./applyPatches.sh)
10
- - (cd glowkit /Glowkit-Patched && mvn package install)
5
+ override :
6
+ -
git config --global user.email "[email protected] "
7
+ - git config --global user.name "mastercoms "
8
+ - git clone --recursive https://github.com/GlowstoneMC/Glowkit.git
9
+ - (cd Glowkit && chmod +x applyPatches.sh && ./applyPatches.sh)
10
+ - (cd Glowkit /Glowkit-Patched && mvn install)
11
11
test :
12
12
override :
13
13
- ./setup.sh
14
- post :
15
14
- cp -r target/glowstone*.jar $CIRCLE_ARTIFACTS/
16
15
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
17
16
- find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
You can’t perform that action at this time.
0 commit comments