build_in_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 09 Sep 2021 21:54:33 +0200
changeset 38 3991f82369cb
parent 37 fd09116d3537
child 44 c460ec8c65e9
permissions -rwxr-xr-x
Bundle in installer only fraction of MSYS2: Mingw32. The rest isn't needed for now.
#!/bin/bash

CONTAINER=beremiz_public_builder_current

docker start $CONTAINER 
docker exec -i -t $CONTAINER bash -i -c build $1
docker stop $CONTAINER