Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Use the go plugin to build the snapweb binary
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenwilkin committed Jul 25, 2016
1 parent 8a17cd1 commit eed82fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
12 changes: 0 additions & 12 deletions Makefile

This file was deleted.

9 changes: 6 additions & 3 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ parts:
snap:
- www
snapweb:
plugin: make
build-packages:
- golang-go
plugin: go
source: .
godeps: dependencies.tsv
organize:
bin/snapweb: snapweb
snap:
- snapweb

0 comments on commit eed82fa

Please sign in to comment.