Skip to content

Commit ff358ab

Browse files
committed
Add BitBucket pipelines support
1 parent 1273594 commit ff358ab

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

bitbucket-pipelines.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
image: java:8
2+
3+
options:
4+
max-time: 10
5+
6+
pipelines:
7+
default:
8+
- step:
9+
caches:
10+
- gradle
11+
script:
12+
- bash ./gradlew build

0 commit comments

Comments
 (0)