mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Code coverage for decisionlib
This commit is contained in:
parent
62e4f7072b
commit
09d8339b46
7 changed files with 25 additions and 15 deletions
|
@ -15,7 +15,7 @@ RUN \
|
|||
ca-certificates \
|
||||
#
|
||||
# Running mach
|
||||
python2.7 \
|
||||
python \
|
||||
virtualenv \
|
||||
#
|
||||
# Installing rustup and sccache (build dockerfile) or fetching build artifacts (run tasks)
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
RUN \
|
||||
apt-get install -qy --no-install-recommends \
|
||||
#
|
||||
# Testing decisionlib (see etc/taskcluster/mock.py)
|
||||
python3-coverage \
|
||||
#
|
||||
# Multiple C/C++ dependencies built from source
|
||||
g++ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue