summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-01-10 05:54:25 +0100
committerDudemanguy <random342@airmail.cc>2023-01-28 01:03:12 +0000
commitbc1af592db53f8b80256a75ebce4cc1da8c1d601 (patch)
tree0ea17905388ee9af5e01394cbcb858d988736090 /appveyor.yml
parentc3149d9fc27cb4f3d7ad619796065b8e8aaee876 (diff)
downloadmpv-bc1af592db53f8b80256a75ebce4cc1da8c1d601.tar.bz2
mpv-bc1af592db53f8b80256a75ebce4cc1da8c1d601.tar.xz
ci: migrate MSYS2 build to GitHub Actions
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml38
1 files changed, 0 insertions, 38 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 8f89e0144a..0000000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-image: Visual Studio 2019
-
-branches:
- only:
- - master
- - appveyor
- - ci
-
-environment:
- global:
- PATH: C:\msys64\usr\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
- matrix:
- - MSYSTEM: MINGW64
- - MSYSTEM: MINGW32
-
-shallow_clone: true
-test: off
-
-install:
- # Disable checking disk space to speed up install time
- - C:\msys64\usr\bin\sed -i 's/^CheckSpace/#CheckSpace/g' /etc/pacman.conf
- # Update core packages
- - C:\msys64\usr\bin\pacman -Syyuu --noconfirm --noprogressbar --ask=20
- # Explicitly kill any remaining msys2 processes after core update
- - taskkill /f /fi "MODULES eq msys-2.0.dll"
- # Update non-core packages
- - C:\msys64\usr\bin\pacman -Suu --noconfirm --noprogressbar --ask=20
- # Install required MSYS2 packages
- - C:\msys64\usr\bin\pacman -S --noconfirm --noprogressbar --needed base-devel perl python pkgconf
- # Now MSYS2 is up to date, do the rest of the install from a bash script
- - 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:
- - type "%APPVEYOR_BUILD_FOLDER%\build\config.log"
-
-cache:
- - C:\msys64\var\cache\pacman\pkg