uvg266/tools/appveyor-install.sh

11 lines
269 B
Bash
Raw Normal View History

#!/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