Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNino van Hooff <ninovanhooff@gmail.com>2020-01-13 16:43:11 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2020-01-13 16:43:11 +0300
commitb6216896cbeee47799671418ccc6fb0c5753d9a7 (patch)
treeb1e220d545806ab9526534527c0e86da3e8999d6 /test-in-docker.sh
parenta1f8c3f281df837a60ccc323fee4f23bebea1ef7 (diff)
Add a script to execute the CI scripts on a local Docker instance
Diffstat (limited to 'test-in-docker.sh')
-rwxr-xr-xtest-in-docker.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-in-docker.sh b/test-in-docker.sh
new file mode 100755
index 0000000000..e5a1116646
--- /dev/null
+++ b/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