commit
da9f2504d9
|
@ -24,6 +24,7 @@ apps:
|
||||||
parts:
|
parts:
|
||||||
magic-wormhole:
|
magic-wormhole:
|
||||||
source: .
|
source: .
|
||||||
|
source-type: git
|
||||||
plugin: python
|
plugin: python
|
||||||
build-packages:
|
build-packages:
|
||||||
- gcc
|
- gcc
|
||||||
|
@ -31,3 +32,7 @@ parts:
|
||||||
- libsodium-dev
|
- libsodium-dev
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- make
|
- make
|
||||||
|
prepare: |
|
||||||
|
# FIXME make sure that the build dir has all the files from the repo,
|
||||||
|
# so the version is not tagged as dirty. --elopio - 20170730
|
||||||
|
cp ../src/snapcraft.yaml .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user