mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
CICD: Add libraw to the MXE build container.
In support of #3954. Also update MXE to the latest version. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
a2f5be13e3
commit
cb6766c1d4
4 changed files with 4 additions and 21 deletions
|
@ -34,7 +34,7 @@ if [[ -z "${CONTAINER_ID}" ]]; then
|
|||
croak "Please make sure GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL are set for the first run of this script."
|
||||
fi
|
||||
|
||||
docker create -v ${SUBSURFACE_ROOT}:${CONTAINER_SUBSURFACE_DIR} --name=${CONTAINER_NAME} subsurface/mxe-build:3.1.0 sleep infinity
|
||||
docker create -v ${SUBSURFACE_ROOT}:${CONTAINER_SUBSURFACE_DIR} --name=${CONTAINER_NAME} subsurface/mxe-build:3.2.0 sleep infinity
|
||||
fi
|
||||
|
||||
# Start the container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue