From de5a5967f42c1cd8f5f2d2966740ad49cda359ed Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 5 Mar 2018 16:09:30 +0100 Subject: [PATCH] Add mozangle --- homu/files/cfg.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homu/files/cfg.toml b/homu/files/cfg.toml index 412b880a..b26b55e0 100644 --- a/homu/files/cfg.toml +++ b/homu/files/cfg.toml @@ -56,6 +56,7 @@ secret = "{{ secrets['web-secret'] }}" "libexpat": {}, "libfontconfig": {}, "libfreetype2": {}, + "mozangle": {}, "mozjs": {}, "osmesa-src": {}, "rust-azure": {}, @@ -253,6 +254,9 @@ master = "servo" [repo.ipc-channel.status.appveyor] context = 'continuous-integration/appveyor/branch' +[repo.mozangle.status.appveyor] +context = 'continuous-integration/appveyor/branch' + [repo.mozjs.status.appveyor] context = 'continuous-integration/appveyor/branch'