Fixed snapcraft.yaml to work on build.snapcraft.io

Now the snapcraft.yaml file can be used to build automatically
on build.snapcraft.io. If you want to build in your own VM or container,
use `sudo snapcraft` instead.
This commit is contained in:
Simos Xenitellis 2018-07-18 00:56:15 +03:00 committed by radare
parent 33a39499a0
commit 628339d2aa
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ parts:
plugin: meson
meson-parameters: [--prefix=/usr]
override-build: |
sudo -H pip3 install --system meson
pip3 install --system meson
snapcraftctl build
build-packages:
- python3-pip
- python3-setuptools