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

test-in-docker.sh - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5a1116646213fddcac284d963890d5ffe736538 (plain)
1
2
3
4
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