mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Taskcluster: test in Android emulator
This commit is contained in:
parent
556435ae01
commit
f357c6fe93
4 changed files with 42 additions and 1 deletions
11
etc/taskcluster/docker/run-android-emulator.dockerfile
Normal file
11
etc/taskcluster/docker/run-android-emulator.dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
% include base.dockerfile
|
||||
|
||||
RUN \
|
||||
apt-get install -qy --no-install-recommends \
|
||||
#
|
||||
# Multiple Android-related tools are in Java
|
||||
openjdk-8-jdk-headless \
|
||||
#
|
||||
# Emulator dependencies
|
||||
libgl1 \
|
||||
libpulse0
|
Loading…
Add table
Add a link
Reference in a new issue