Update snapcraft.yaml

pull/152/head
Michel Promonet 5 years ago committed by GitHub
parent 9f8c6468e0
commit 8d7ac157ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,7 @@
confinement: devmode # use 'strict' once you have the right plugs and slots
parts:
build:
plugin: cmake
source: https://github.com/mpromonet/v4l2rtspserver
source-type: git
@ -19,6 +20,5 @@
cmake .
make
cpack
mkdir -p $SNAPCRAFT_PART_INSTALL/bin/
cp *.deb $SNAPCRAFT_PART_INSTALL/bin/

Loading…
Cancel
Save