Skip to content

Instantly share code, notes, and snippets.

@LefterisJP
Created January 25, 2016 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LefterisJP/f2bd5fe765c6551f9266 to your computer and use it in GitHub Desktop.
Save LefterisJP/f2bd5fe765c6551f9266 to your computer and use it in GitHub Desktop.
snapcraft.yaml - example snap parts
parts:
test-webserver:
plugin: nodejs
node-packages:
- web3
- jsdom
test-capp:
plugin: x-script
script: scripts/build_capp.sh
destination-dir: bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment