Browse Source

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

Nino van Hooff 5 years ago
parent
commit
b6216896cb
1 changed files with 5 additions and 0 deletions
  1. 5 0
      test-in-docker.sh

+ 5 - 0
test-in-docker.sh

@@ -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