Skip to content

Commit dde5f28

Browse files
committed
Fix #3886: add tests for dotc/dotr/dotd
1 parent 618e5de commit dde5f28

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.drone.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ pipeline:
5454
# sbt scripted tests are slow and don't run on PRs
5555
event: [ tag, deployment ]
5656

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+
5768
# DOCUMENTATION:
5869
documentation:
5970
image: lampepfl/dotty:2018-01-17

0 commit comments

Comments
 (0)