File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 depends_on : [ clone ]
4141 commands :
4242 - 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
4444 - ./project/scripts/bootstrapCmdTests
4545
4646- name : community_build
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ val `dist-bootstrapped` = Build.`dist-bootstrapped`
2323val `community-build` = Build .`community-build`
2424
2525val sjsSandbox = Build .sjsSandbox
26- val sjsJUnitTests = Build .sjsJUnitTests
26+ // val sjsJUnitTests = Build.sjsJUnitTests
2727
2828val `sbt-dotty` = Build .`sbt-dotty`
2929val `vscode-dotty` = Build .`vscode-dotty`
You can’t perform that action at this time.
0 commit comments