QGIS/ms-windows/mxe/build.sh
Alessandro Pasotti 219a4be721 mxe: couldn't be easier now
Build in docker
2018-10-12 21:33:13 +02:00

12 lines
244 B
Bash
Executable File

#!/bin/bash
# Location of current script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
docker run \
-v `pwd`:`pwd` \
-w `pwd` --rm \
--user $(id -u):$(id -g) \
-it elpaso/mxe-qt5-builder \
${DIR}/build-mxe.sh