From 3f6785d229d9b9487f4ec1da5ed0ee293a784745 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Mon, 11 Sep 2017 10:23:16 +1000 Subject: [PATCH] Gate WR builds on appveyor. --- homu/files/cfg.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homu/files/cfg.toml b/homu/files/cfg.toml index 513e3814c..640fc1bdd 100644 --- a/homu/files/cfg.toml +++ b/homu/files/cfg.toml @@ -243,6 +243,9 @@ context = 'continuous-integration/appveyor/branch' [repo.rust-mozjs.status.appveyor] context = 'continuous-integration/appveyor/branch' +[repo.webrender.status.appveyor] +context = 'continuous-integration/appveyor/branch' + # dwrote only has appveyor [repo.dwrote-rs]