Skip to content

Commit

Permalink
Fix #5055: Run tests with Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBlanvillain committed May 16, 2019
1 parent b34ea5d commit c32ead6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ pipeline:
when:
event: [ push, tag, deployment ]

test_java11:
group: test
image: lampepfl/dotty:2019-04-22
commands:
- export PATH="/usr/lib/jvm/java-11-openjdk-amd64/bin:$PATH"
- cp -R . /tmp/6/ && cd /tmp/6/
- ./project/scripts/sbt ";compile ;test"
# when:
# event: [ push, tag, deployment ]

# DOCUMENTATION:
documentation:
image: lampepfl/dotty:2019-04-22
Expand Down

0 comments on commit c32ead6

Please sign in to comment.