Initial Bitbucket Pipelines configuration
This commit is contained in:
parent
52f569cf68
commit
792ce032b2
9
bitbucket-pipelines.yml
Normal file
9
bitbucket-pipelines.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
image: openjdk:8
|
||||||
|
|
||||||
|
pipelines:
|
||||||
|
default:
|
||||||
|
- step:
|
||||||
|
caches:
|
||||||
|
- gradle
|
||||||
|
script:
|
||||||
|
- bash ./gradlew build
|
Loading…
Reference in a new issue