Skip to content

Commit 3b70a5c

Browse files
committed
Add simple regression tests for sbt dotc/dotr
1 parent cdcbca1 commit 3b70a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipeline:
2525
image: lampepfl/dotty:2017-10-20
2626
commands:
2727
- cp -R . /tmp/1/ && cd /tmp/1/
28-
- ./project/scripts/sbt ";compile ;testAll ;dotty-bench/jmh:run 1 1 tests/pos/alias.scala"
28+
- ./project/scripts/sbt ";compile ;testAll ;dotty-bench/jmh:run 1 1 tests/pos/alias.scala; ;dotc tests/run/arraycopy.scala ;dotr Test"
2929

3030
test_bootstrapped:
3131
group: test

0 commit comments

Comments
 (0)