1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-26 00:08:20 -04:00
2018-10-13 11:24:42 +02:00

12 lines
247 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