File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ pipeline:
43
43
commands :
44
44
- cp -R . /tmp/4/ && cd /tmp/4/
45
45
- ./project/scripts/sbt sbt-dotty/scripted
46
- when :
47
- # sbt scripted tests are slow and only run on nightly or deployment
48
- event : [ tag, deployment ]
46
+ # when:
47
+ # # sbt scripted tests are slow and only run on nightly or deployment
48
+ # event: [ tag, deployment ]
49
49
50
50
# DOCUMENTATION:
51
51
documentation :
Original file line number Diff line number Diff line change @@ -944,6 +944,7 @@ object Build {
944
944
unmanagedSourceDirectories in Compile +=
945
945
baseDirectory.value / " ../language-server/src/dotty/tools/languageserver/config" ,
946
946
sbtTestDirectory := baseDirectory.value / " sbt-test" ,
947
+ scriptedBatchExecution := true ,
947
948
scriptedLaunchOpts ++= Seq (
948
949
" -Dplugin.version=" + version.value,
949
950
" -Dplugin.scalaVersion=" + dottyVersion,
You can’t perform that action at this time.
0 commit comments