Skip to content

Commit

Permalink
Compile root in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki committed Nov 2, 2017
1 parent cbb481c commit ca6897d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ pipeline:
image: lampepfl/dotty:2017-10-20
commands:
- cp -R . /tmp/1/ && cd /tmp/1/
- ./project/scripts/sbt testAll
- ./project/scripts/sbt ";dotty-bench/jmh:run 1 1 tests/run/arrays.scala"
- ./project/scripts/sbt ";compile ;testAll ;dotty-bench/jmh:run 1 1 tests/run/arrays.scala"

test_bootstrapped:
group: test
image: lampepfl/dotty:2017-10-20
commands:
- cp -R . /tmp/2/ && cd /tmp/2/
- ./project/scripts/sbt dotty-bootstrapped/testAll
- ./project/scripts/sbt ";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/run/arrays.scala"

test_optimised:
group: test
Expand Down

0 comments on commit ca6897d

Please sign in to comment.