Skip to content

Commit

Permalink
Add Circle CI support (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa authored and lognaturel committed Mar 16, 2017
1 parent 1ac76b6 commit 97b3608
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.gradle
build
build/
gradle
*.class
*.class
9 changes: 9 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
compile:
override:
- ./gradlew jar javadoc

test:
override:
- ./gradlew test
post:
- cp -r build/libs $CIRCLE_ARTIFACTS
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Wed Feb 01 16:39:47 ICT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-3.3-bin.zip

0 comments on commit 97b3608

Please sign in to comment.