File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
depends_on : [ clone ]
41
41
commands :
42
42
- cp -R . /tmp/2/ && cd /tmp/2/
43
- - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test ;dotty-staging/test ;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test "
43
+ - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test ;dotty-staging/test"
44
44
- ./project/scripts/bootstrapCmdTests
45
45
46
46
- name : community_build
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ val `dist-bootstrapped` = Build.`dist-bootstrapped`
23
23
val `community-build` = Build .`community-build`
24
24
25
25
val sjsSandbox = Build .sjsSandbox
26
- val sjsJUnitTests = Build .sjsJUnitTests
26
+ // val sjsJUnitTests = Build.sjsJUnitTests
27
27
28
28
val `sbt-dotty` = Build .`sbt-dotty`
29
29
val `vscode-dotty` = Build .`vscode-dotty`
You can’t perform that action at this time.
0 commit comments