Add a script to execute the CI scripts on a local Docker instance

This commit is contained in:
Nino van Hooff 2020-01-13 14:43:11 +01:00
parent a1f8c3f281
commit b6216896cb

5
test-in-docker.sh Executable file
View File

@ -0,0 +1,5 @@
sudo rm -rf ./build ./Uranium
sudo docker run -it --rm \
-v "$(pwd):/srv/cura" ultimaker/cura-build-environment \
/srv/cura/docker/build.sh
sudo rm -rf ./build ./Uranium