From c160e5f31d6253628c4f1eea9d650f816158232d Mon Sep 17 00:00:00 2001 From: James Ross-Gowan Date: Thu, 12 May 2016 22:00:30 +1000 Subject: Add Appveyor CI integration for Windows builds --- TOOLS/appveyor-build.sh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 TOOLS/appveyor-build.sh (limited to 'TOOLS/appveyor-build.sh') diff --git a/TOOLS/appveyor-build.sh b/TOOLS/appveyor-build.sh new file mode 100755 index 0000000000..71ea8c0379 --- /dev/null +++ b/TOOLS/appveyor-build.sh @@ -0,0 +1,23 @@ +#!/usr/bin/bash +set -e + +export DEST_OS=win32 +export CC=gcc +export PKG_CONFIG=/usr/bin/pkg-config +export PERL=/usr/bin/perl +export PYTHON=/usr/bin/python3 + +"$PYTHON" bootstrap.py +"$PYTHON" waf configure \ + --check-c-compiler=gcc \ + --disable-cdda \ + --enable-egl-angle \ + --enable-gpl3 \ + --enable-jpeg \ + --enable-lcms2 \ + --enable-libarchive \ + --enable-libass \ + --enable-lua \ + --enable-rubberband \ + --enable-uchardet +"$PYTHON" waf build -- cgit v1.2.3 From 61bc96518afcfabfa07d6724ea517db5e9aba165 Mon Sep 17 00:00:00 2001 From: Bin Jin Date: Fri, 10 Jun 2016 12:22:51 +0000 Subject: vo_opengl: remove nnedi3 prescaler --- TOOLS/appveyor-build.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'TOOLS/appveyor-build.sh') diff --git a/TOOLS/appveyor-build.sh b/TOOLS/appveyor-build.sh index 71ea8c0379..f6c94fb90b 100755 --- a/TOOLS/appveyor-build.sh +++ b/TOOLS/appveyor-build.sh @@ -12,7 +12,6 @@ export PYTHON=/usr/bin/python3 --check-c-compiler=gcc \ --disable-cdda \ --enable-egl-angle \ - --enable-gpl3 \ --enable-jpeg \ --enable-lcms2 \ --enable-libarchive \ -- cgit v1.2.3