Skip to content

Commit

Permalink
Add WebRender to cargotest
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Oct 24, 2017
1 parent 9d2e83e commit daf84db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ci/docker/x86_64-gnu-cargotest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libssl-dev \
sudo \
xz-utils \
pkg-config
pkg-config \
libgl1-mesa-dev \
llvm-dev \
libfreetype6-dev \
libexpat1-dev

COPY scripts/sccache.sh /scripts/
RUN sh /scripts/sccache.sh
Expand Down
7 changes: 7 additions & 0 deletions src/tools/cargotest/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ const TEST_REPOS: &'static [Test] = &[
// This takes much less time to build than all of Servo and supports stable Rust.
packages: &["stylo_tests", "selectors"],
},
Test {
name: "webrender",
repo: "https://github.com/servo/webrender",
sha: "57250b2b8fa63934f80e5376a29f7dcb3f759ad6",
lock: None,
packages: &[],
},
];

fn main() {
Expand Down

0 comments on commit daf84db

Please sign in to comment.