summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2016-06-25 02:25:44 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2016-06-25 02:25:44 +0200
commitad56f2c46ac6deec86870ec10f2a11a644df07d4 (patch)
tree89f2d90c5586560911e67c872b530c77f151168d /appveyor.yml
parent0536841647ef7931bffb4386d8ffbb5b2b568e8a (diff)
parent393bb2a565dc1e27812e1dd20747814892f80da2 (diff)
downloadmpv-ad56f2c46ac6deec86870ec10f2a11a644df07d4.tar.bz2
mpv-ad56f2c46ac6deec86870ec10f2a11a644df07d4.tar.xz
Merge branch 'master' into release/current
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000000..f7ccde56f7
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,29 @@
+branches:
+ only:
+ - master
+ - appveyor
+
+environment:
+ matrix:
+ - MSYSTEM: MINGW64
+ - MSYSTEM: MINGW32
+
+shallow_clone: true
+test: off
+
+install:
+ # Update core packages
+ - C:\msys64\usr\bin\pacman -Syyuu --noconfirm
+ # 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
+ # 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"
+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