QGIS/ms-windows/mxe/build.sh
Alessandro Pasotti 44c390cf81 MXE build workflow
2019-11-25 16:42:48 +01:00

12 lines
243 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) \
elpaso/mxe-qt5-builder \
${DIR}/build-mxe.sh