Skip to content

Commit 238623f

Browse files
committed
Initial Bitbucket Pipelines configuration
1 parent d6e809c commit 238623f

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+
# This is a sample build configuration for Scala.
2+
# Check our guides at https://confluence.atlassian.com/x/5Q4SMw for more examples.
3+
# Only use spaces to indent your .yml configuration.
4+
# -----
5+
# You can specify a custom docker image from Docker Hub as your build environment.
6+
image: bitbucketpipelines/scala-sbt:scala-2.12
7+
8+
pipelines:
9+
default:
10+
- step:
11+
script: # Modify the commands below to build your repository.
12+
- sbt test

0 commit comments

Comments
 (0)