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 cdcbca1 commit 3b70a5cCopy full SHA for 3b70a5c
.drone.yml
@@ -25,7 +25,7 @@ pipeline:
25
image: lampepfl/dotty:2017-10-20
26
commands:
27
- cp -R . /tmp/1/ && cd /tmp/1/
28
- - ./project/scripts/sbt ";compile ;testAll ;dotty-bench/jmh:run 1 1 tests/pos/alias.scala"
+ - ./project/scripts/sbt ";compile ;testAll ;dotty-bench/jmh:run 1 1 tests/pos/alias.scala; ;dotc tests/run/arraycopy.scala ;dotr Test"
29
30
test_bootstrapped:
31
group: test
0 commit comments