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.
1 parent 0f47fae commit 4ccb4b9Copy full SHA for 4ccb4b9
.drone.yml
@@ -4,7 +4,7 @@ pipeline:
4
pull: true
5
commands:
6
- ln -s /var/cache/drone/scala-scala scala-scala
7
- - (cd scala-scala && git pull)
+ - ./scripts/update-scala-library
8
- sbt -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
9
10
matrix:
scripts/update-scala-library
@@ -0,0 +1,5 @@
1
+#!/bin/bash -e
2
+
3
+baseDir=`pwd`
+. $baseDir/scripts/common
+update DarkDimius scala scala-scala dotty-library
0 commit comments