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 fdc8a58 commit 52bb727Copy full SHA for 52bb727
.drone.yml
@@ -13,7 +13,7 @@ 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/pos/alias.scala"
+ - ./project/scripts/sbt ";compile ;testAll ;dotty-bench/jmh:run 1 1 tests/pos/alias.scala"
17
18
test_bootstrapped:
19
group: test
0 commit comments