mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add a script to execute the CI scripts on a local Docker instance
This commit is contained in:
parent
a1f8c3f281
commit
b6216896cb
1 changed files with 5 additions and 0 deletions
5
test-in-docker.sh
Executable file
5
test-in-docker.sh
Executable 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue