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 ca6897d commit d9e5688Copy full SHA for d9e5688
.drone.yml
@@ -13,14 +13,14 @@ pipeline:
13
image: lampepfl/dotty:2017-10-20
14
commands:
15
- cp -R . /tmp/1/ && cd /tmp/1/
16
- - ./project/scripts/sbt ";compile ;testAll ;dotty-bench/jmh:run 1 1 tests/run/arrays.scala"
+ - ./project/scripts/sbt ";compile ;testAll ;dotty-bench/jmh:run 1 1 tests/pos/alias.scala"
17
18
test_bootstrapped:
19
group: test
20
21
22
- cp -R . /tmp/2/ && cd /tmp/2/
23
- - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/testAll ;dotty-bench-bootstrapped/jmh:run 1 1 tests/run/arrays.scala"
+ - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/testAll ;dotty-bench-bootstrapped/jmh:run 1 1 tests/pos/alias.scala"
24
25
test_optimised:
26
0 commit comments