Skip to content

Commit 1f9d3f1

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.drone.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ pipeline:
4242
- git submodule update --init --recursive --jobs 7
4343
- ./project/scripts/sbt community-build/test
4444

45+
test_bootstrapped_java11:
46+
group: test
47+
image: lampepfl/dotty:2019-04-22
48+
commands:
49+
- cp -R . /tmp/6/ && cd /tmp/6/
50+
- JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64/" ./project/scripts/sbt -java-home "/usr/lib/jvm/java-11-openjdk-amd64/" ";dotty-bootstrapped/compile ;dotty-bootstrapped/test; dotty-semanticdb/compile; dotty-semanticdb/test:compile;sjsSandbox/run;sjsSandbox/test"
51+
4552
test_sbt:
4653
group: test
4754
image: lampepfl/dotty:2019-04-22

0 commit comments

Comments
 (0)