We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e809c commit 238623fCopy full SHA for 238623f
bitbucket-pipelines.yml
@@ -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