uvg266/tools/appveyor-install.sh
2016-10-21 15:39:29 +01:00

11 lines
269 B
Bash

#!/usr/bin/bash
set -e
# Install build dependencies for kvazaar
pacman -S --noconfirm --noprogressbar --needed \
$MINGW_PACKAGE_PREFIX-gcc \
$MINGW_PACKAGE_PREFIX-yasm
# Delete unused packages to reduce space used in the Appveyor cache
pacman -Sc --noconfirm