Skip to content

Commit c32ead6

Browse files
Fix #5055: Run tests with Java 11
1 parent b34ea5d commit c32ead6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.drone.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ pipeline:
6161
when:
6262
event: [ push, tag, deployment ]
6363

64+
test_java11:
65+
group: test
66+
image: lampepfl/dotty:2019-04-22
67+
commands:
68+
- export PATH="/usr/lib/jvm/java-11-openjdk-amd64/bin:$PATH"
69+
- cp -R . /tmp/6/ && cd /tmp/6/
70+
- ./project/scripts/sbt ";compile ;test"
71+
# when:
72+
# event: [ push, tag, deployment ]
73+
6474
# DOCUMENTATION:
6575
documentation:
6676
image: lampepfl/dotty:2019-04-22

0 commit comments

Comments
 (0)