We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_bootstrapped
1 parent d222f20 commit e6979ecCopy full SHA for e6979ec
.drone.yml
@@ -34,16 +34,9 @@ pipeline:
34
image: lampepfl/dotty:2018-10-01
35
commands:
36
- cp -R . /tmp/2/ && cd /tmp/2/
37
- - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
+ - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test ;sjsSandbox/run"
38
- ./project/scripts/bootstrapCmdTests
39
40
- test_sjs:
41
- group: test
42
- image: lampepfl/dotty:2018-10-01
43
- commands:
44
- - cp -R . /tmp/3/ && cd /tmp/3/
45
- - ./project/scripts/sbt ";sjsSandbox/run"
46
-
47
test_sbt:
48
group: test
49
0 commit comments