diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-07-11 12:11:33 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-07-12 07:49:01 -0400 |
commit | 522b4afd7a8a9dd93381e63fa990c8a9fb5132a5 (patch) | |
tree | 1f604731c1122c80cb563d08595c8122b5bfb072 | |
parent | ad615fa07e82c103af6ee03c355eac209781fc7a (diff) | |
download | servo-jdm-patch-38.tar.gz servo-jdm-patch-38.zip |
Ignore gstreamer packaging errors on Appveyor.jdm-patch-38
-rw-r--r-- | appveyor.yml | 3 |
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 |