#!/bin/sh
set -e
ROOT_DIR=$(dirname $0)/..
cd $ROOT_DIR
docker run --rm -v $PWD:/root/sfxr-qt sfxr-qt:1 /root/sfxr-qt/ci/build-app
