We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82a3aba + 09b137f commit 4dcc688Copy full SHA for 4dcc688
1 file changed
screwdriver.yaml
@@ -0,0 +1,21 @@
1
+shared:
2
+ annotations:
3
+ screwdriver.cd/cpu: TURBO
4
+ screwdriver.cd/ram: TURBO
5
+ image: hseeberger/scala-sbt:11.0.14.1_1.6.2_2.12.15
6
+ #environment:
7
+ #Fetches history so Sonar can assign blame.
8
+ #GIT_SHALLOW_CLONE: false
9
+
10
+jobs:
11
+ pull-request:
12
+ requires: [ ~pr ]
13
+ steps:
14
+ - build: ./sbt clean test
15
16
+ main:
17
+ requires: [ ~commit ]
18
19
+ - prepare: echo "prepare"
20
+ - build: ./sbt clean dist
21
+ - publish: echo "publish"
0 commit comments