From 3803bec28eefa0e270e9741d5e6accfc81e9a49c Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 31 May 2017 00:23:40 -0700 Subject: [PATCH] Added circleci configuration. --- .idea/modules/mobibot.iml | 164 +++++++++--------- README.md | 2 +- circle.yml | 11 ++ mobibot.ipr | 45 ++++- .../net/thauvin/erik/mobibot/ReleaseInfo.java | 4 +- version.properties | 4 +- 6 files changed, 140 insertions(+), 90 deletions(-) create mode 100644 circle.yml diff --git a/.idea/modules/mobibot.iml b/.idea/modules/mobibot.iml index 3014ce4..6f2555c 100644 --- a/.idea/modules/mobibot.iml +++ b/.idea/modules/mobibot.iml @@ -1,5 +1,5 @@ - + @@ -17,86 +17,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -106,5 +27,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 5dedce8..27a184e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause) [![Build Status](https://travis-ci.org/ethauvin/mobibot.svg?branch=master)](https://travis-ci.org/ethauvin/mobibot) +[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause) [![Build Status](https://travis-ci.org/ethauvin/mobibot.svg?branch=master)](https://travis-ci.org/ethauvin/mobibot) [![CircleCI](https://circleci.com/gh/ethauvin/mobibot/tree/master.svg?style=shield)](https://circleci.com/gh/ethauvin/mobibot/tree/master) Some very basic instructions: diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..128bc93 --- /dev/null +++ b/circle.yml @@ -0,0 +1,11 @@ +machine: + java: + version: oraclejdk8 + +dependencies: + override: + - chmod +x gradlew + +test: + post: + - cp -r build/reports/* $CIRCLE_TEST_REPORTS/ \ No newline at end of file diff --git a/mobibot.ipr b/mobibot.ipr index 6196e9a..15b5005 100644 --- a/mobibot.ipr +++ b/mobibot.ipr @@ -38,13 +38,13 @@ - + - - + - - + @@ -330,6 +329,15 @@ + + + + + + + + + @@ -447,6 +455,15 @@ + + + + + + + + + @@ -510,6 +527,15 @@ + + + + + + + + + @@ -519,6 +545,15 @@ + + + + + + + + + diff --git a/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java b/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java index 5e7dd9d..3f0da41 100644 --- a/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java +++ b/src/generated/java/net/thauvin/erik/mobibot/ReleaseInfo.java @@ -18,12 +18,12 @@ public final class ReleaseInfo { public final static String PROJECT = "mobibot"; public final static LocalDateTime BUILDDATE = - LocalDateTime.ofInstant(Instant.ofEpochMilli(1495210914271L), ZoneId.systemDefault()); + LocalDateTime.ofInstant(Instant.ofEpochMilli(1496214996413L), ZoneId.systemDefault()); public final static int MAJOR = 0; public final static int MINOR = 7; public final static int PATCH = 2; public final static String PRERELEASE = "beta"; - public final static String BUILDMETA = "022"; + public final static String BUILDMETA = "024"; /** * The full version string. diff --git a/version.properties b/version.properties index 0d3297b..e672577 100644 --- a/version.properties +++ b/version.properties @@ -1,8 +1,8 @@ -#Fri, 19 May 2017 09:20:42 -0700 +#Tue, 30 May 2017 23:32:26 -0700 #Mon Dec 07 01:31:00 PST 2015 version.project=mobibot version.major=0 version.minor=7 version.patch=2 version.prerelease=beta -version.buildmeta=022 +version.buildmeta=024