summaryrefslogtreecommitdiffstats
path: root/TOOLS/appveyor-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/appveyor-build.sh')
-rwxr-xr-xTOOLS/appveyor-build.sh24
1 files changed, 0 insertions, 24 deletions
diff --git a/TOOLS/appveyor-build.sh b/TOOLS/appveyor-build.sh
deleted file mode 100755
index a6a7b724a3..0000000000
--- a/TOOLS/appveyor-build.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/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 \
- --enable-spirv-cross \
- --enable-d3d-hwaccel \
- --enable-d3d11 \
- --enable-jpeg \
- --enable-lcms2 \
- --enable-libarchive \
- --enable-lua \
- --enable-rubberband \
- --enable-shaderc \
- --enable-uchardet \
- --enable-vulkan
-"$PYTHON" waf build