File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 28
28
path = community-build/community-projects/squants
29
29
url = https://github.com/dotty-staging/squants
30
30
[submodule "community-build/community-projects/collection-strawman "]
31
- path = community-build/community-projects/collection-strawman/
31
+ path = community-build/community-projects/collection-strawman
32
32
url = https://github.com/dotty-staging/collection-strawman
33
33
[submodule "community-build/community-projects/scalap "]
34
34
path = community-build/community-projects/scalap
Original file line number Diff line number Diff line change
1
+ sudo : false
1
2
language : scala
2
3
jdk : oraclejdk8
3
4
jobs :
19
20
- script : sbt "testOnly -- *stdLib213"
20
21
- script : sbt "testOnly -- *pdbp"
21
22
- script : sbt "testOnly -- *sourcecode"
23
+
24
+ cache :
25
+ directories :
26
+ - $HOME/.ivy2/cache
27
+ - $HOME/.sbt
28
+
29
+ before_cache :
30
+ # Cleanup the cached directories to avoid unnecessary cache updates
31
+ - rm -fv $HOME/.ivy2/.sbt.ivy.lock
32
+ - find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
33
+ - find $HOME/.sbt -name "*.lock" -print -delete
You can’t perform that action at this time.
0 commit comments