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.
1 parent 618e5de commit dde5f28Copy full SHA for dde5f28
.drone.yml
@@ -54,6 +54,17 @@ pipeline:
54
# sbt scripted tests are slow and don't run on PRs
55
event: [ tag, deployment ]
56
57
+ test_scripts:
58
+ group: test
59
+ image: lampepfl/dotty:2018-01-17
60
+ commands:
61
+ - cp -R . /tmp/5/ && cd /tmp/5/
62
+ - ./project/scripts/sbt ";dist-bootstrapped/pack"
63
+ - ./dist-bootstrapped/target/pack/bin/dotc tests/run/hello.scala
64
+ - ./dist-bootstrapped/target/pack/bin/dotr Test
65
+ - echo ":quit" | ./dist-bootstrapped/target/pack/bin/dotr
66
+ - ./dist-bootstrapped/target/pack/bin/dotd -project Hello tests/run/hello.scala
67
+
68
# DOCUMENTATION:
69
documentation:
70
image: lampepfl/dotty:2018-01-17
0 commit comments