From 162137ee9f2a05559271ab3bcd6b24588a872fa6 Mon Sep 17 00:00:00 2001 From: Zoey76 <zoey_76@msn.com> Date: Wed, 29 Mar 2017 13:21:41 +0000 Subject: [PATCH] bitbucket-pipelines.yml created online with Bitbucket --- bitbucket-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bitbucket-pipelines.yml diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml new file mode 100644 index 0000000000..3735228396 --- /dev/null +++ b/bitbucket-pipelines.yml @@ -0,0 +1,7 @@ +image: java:8 + +pipelines: + default: + - step: + script: + - ./gradlew build \ No newline at end of file -- GitLab