aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-07-11 11:15:27 -0400
committerGitHub <noreply@github.com>2019-07-11 11:15:27 -0400
commit93454e264ca77c62148efde2a55816049900403a (patch)
treeedba0983fd134bded188c1bd0fa304ac43cb6431
parent9fe0fe57ed0b7b12c5eeb0f139059379d1b72013 (diff)
downloadservo-jdm-patch-37.tar.gz
servo-jdm-patch-37.zip
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index dd759025f53..e5d2e4cd92b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -54,8 +54,6 @@ install:
- appveyor-retry appveyor DownloadFile https://gstreamer.freedesktop.org/data/pkg/windows/1.16.0/gstreamer-1.0-msvc-x86_64-1.16.0.msi
- msiexec /i gstreamer-1.0-devel-msvc-x86_64-1.16.0.msi /quiet /qn /norestart /log install-devel.log
- msiexec /i gstreamer-1.0-msvc-x86_64-1.16.0.msi /quiet /qn /norestart /log install.log
- - echo GSTREAMER_1_0_ROOT_X86_64 %GSTREAMER_1_0_ROOT_X86_64%
- - dir c:\gstreamer\1.0\x86_64\bin
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain none
@@ -73,6 +71,8 @@ install:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
build_script:
+ - echo GSTREAMER_1_0_ROOT_X86_64 %GSTREAMER_1_0_ROOT_X86_64%
+ - dir c:\gstreamer\1.0\x86_64\bin
- mach clean-nightlies --keep 2 --force
# see https://github.com/servo/servo/issues/20664
#- mach cargo check -p compositing --no-default-features