Skip to content

Commit

Permalink
Merge pull request #874 from yahoo/build-pipeline
Browse files Browse the repository at this point in the history
create screwdriver build pipeline
  • Loading branch information
pranavbhole authored Apr 28, 2022
2 parents 82a3aba + 09b137f commit 4dcc688
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
shared:
annotations:
screwdriver.cd/cpu: TURBO
screwdriver.cd/ram: TURBO
image: hseeberger/scala-sbt:11.0.14.1_1.6.2_2.12.15
#environment:
#Fetches history so Sonar can assign blame.
#GIT_SHALLOW_CLONE: false

jobs:
pull-request:
requires: [ ~pr ]
steps:
- build: ./sbt clean test

main:
requires: [ ~commit ]
steps:
- prepare: echo "prepare"
- build: ./sbt clean dist
- publish: echo "publish"

0 comments on commit 4dcc688

Please sign in to comment.