Skip to content

Commit abd1e72

Browse files
Merge pull request #3425 from dotty-staging/ensure-all-is-compiled-in-ci
Compile root in CI
2 parents cbb481c + d9e5688 commit abd1e72

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.drone.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ pipeline:
1313
image: lampepfl/dotty:2017-10-20
1414
commands:
1515
- cp -R . /tmp/1/ && cd /tmp/1/
16-
- ./project/scripts/sbt testAll
17-
- ./project/scripts/sbt ";dotty-bench/jmh:run 1 1 tests/run/arrays.scala"
16+
- ./project/scripts/sbt ";compile ;testAll ;dotty-bench/jmh:run 1 1 tests/pos/alias.scala"
1817

1918
test_bootstrapped:
2019
group: test
2120
image: lampepfl/dotty:2017-10-20
2221
commands:
2322
- cp -R . /tmp/2/ && cd /tmp/2/
24-
- ./project/scripts/sbt dotty-bootstrapped/testAll
25-
- ./project/scripts/sbt ";dotty-bench-bootstrapped/jmh:run 1 1 tests/run/arrays.scala"
23+
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/testAll ;dotty-bench-bootstrapped/jmh:run 1 1 tests/pos/alias.scala"
2624

2725
test_optimised:
2826
group: test

0 commit comments

Comments
 (0)