We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a74718 commit 5046366Copy full SHA for 5046366
.drone.yml
@@ -31,7 +31,7 @@ pipeline:
31
image: lampepfl/dotty:2019-02-06
32
commands:
33
- cp -R . /tmp/2/ && cd /tmp/2/
34
- - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test; dotty-semanticdb/compile; dotty-semanticdb/test;sjsSandbox/run"
+ - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test; dotty-semanticdb/compile; dotty-semanticdb/test:compile;sjsSandbox/run"
35
- ./project/scripts/bootstrapCmdTests
36
37
community_build:
0 commit comments