aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-07-11 12:11:33 -0400
committerJosh Matthews <josh@joshmatthews.net>2019-07-12 07:49:01 -0400
commit522b4afd7a8a9dd93381e63fa990c8a9fb5132a5 (patch)
tree1f604731c1122c80cb563d08595c8122b5bfb072
parentad615fa07e82c103af6ee03c355eac209781fc7a (diff)
downloadservo-jdm-patch-38.tar.gz
servo-jdm-patch-38.zip
Ignore gstreamer packaging errors on Appveyor.jdm-patch-38
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1511c63a0cc..35037c67c4e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -74,7 +74,8 @@ build_script:
- mach clean-nightlies --keep 2 --force
# see https://github.com/servo/servo/issues/20664
#- mach cargo check -p compositing --no-default-features
- - mach build -d -v
+ # see https://github.com/servo/servo/issues/23749
+ - mach build --ignore-gstreamer-package-errors -d -v
- mach test-unit
test: off