Browse Source

jenkins: Build snap

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3678
Jakob Borg 9 years ago
parent
commit
f41606c0b0
2 changed files with 6 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 5 0
      jenkins/build-linux.bash

+ 1 - 0
.gitignore

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

+ 5 - 0
jenkins/build-linux.bash

@@ -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"
+