Skip to content
David Mansolino edited this page Dec 16, 2019 · 10 revisions

Package creation

First you have to make sure to cleanup old artifacts from a previous build, the old VM can be cleaned with these commands:

multipass purge snapcraft-webots
multipass purge

Then you can create the package with this command run from inside this repo (might need to be run with sudo if the VM need to be re-created):

snapcraft
Clone this wiki locally