summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossy@jrg.systems>2017-11-07 22:02:03 +1100
committerJames Ross-Gowan <rossy@jrg.systems>2017-11-08 07:22:54 +1100
commitbd4ec8e4e1e9a18a8c667a0265fe2bb0e324f8bc (patch)
tree65aafb18ffb2aae23ddd0e169c3e55ba317b3437 /appveyor.yml
parente7bf5576e599593b1bba5bbf2a7cd6d4270c7809 (diff)
downloadmpv-bd4ec8e4e1e9a18a8c667a0265fe2bb0e324f8bc.tar.bz2
mpv-bd4ec8e4e1e9a18a8c667a0265fe2bb0e324f8bc.tar.xz
appveyor: update ffmpeg and test d3d11/vulkan
Build ffmpeg-mpv, shaderc and crossc from source, since they are not packaged in MSYS2. Also, add some more explicit --enable flags to the mpv build to make sure things like D3D11, D3D11VA hwaccels and Vulkan are auto-detected.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4224adcfc1..47a87c2f4d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -19,9 +19,9 @@ install:
# Update non-core packages
- C:\msys64\usr\bin\pacman -Suu --noconfirm
# Install required MSYS2 packages
- - C:\msys64\usr\bin\pacman -S --noconfirm --needed perl python pkg-config
+ - C:\msys64\usr\bin\pacman -S --noconfirm --needed base-devel perl python pkg-config
# Now MSYS2 is up to date, do the rest of the install from a bash script
- - C:\msys64\usr\bin\bash -lc "cd \"$APPVEYOR_BUILD_FOLDER\" && exec ./TOOLS/appveyor-install.sh"
+ - C:\msys64\usr\bin\bash -lc "cd && exec \"$APPVEYOR_BUILD_FOLDER\"/TOOLS/appveyor-install.sh"
build_script:
- C:\msys64\usr\bin\bash -lc "cd \"$APPVEYOR_BUILD_FOLDER\" && exec ./TOOLS/appveyor-build.sh"
on_failure: