jenkins: Build snap

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3678
This commit is contained in:
Jakob Borg 2016-10-20 09:31:07 +00:00
parent 31d9750579
commit f41606c0b0
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ syncthing.sig
RELEASE
deb
lib/auto/gui.files.go
snapcraft.yaml

View File

@ -49,3 +49,8 @@ go run build.go -goarch armel deb
go run build.go -goarch armhf deb
mv *.deb "$WORKSPACE"
go run build.go -goarch amd64 snap
mv *.snap "$WORKSPACE"