mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-19 19:45:12 +00:00
jenkins: Build snap
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3678
This commit is contained in:
parent
31d9750579
commit
f41606c0b0
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ syncthing.sig
|
|||||||
RELEASE
|
RELEASE
|
||||||
deb
|
deb
|
||||||
lib/auto/gui.files.go
|
lib/auto/gui.files.go
|
||||||
|
snapcraft.yaml
|
||||||
|
@ -49,3 +49,8 @@ go run build.go -goarch armel deb
|
|||||||
go run build.go -goarch armhf deb
|
go run build.go -goarch armhf deb
|
||||||
|
|
||||||
mv *.deb "$WORKSPACE"
|
mv *.deb "$WORKSPACE"
|
||||||
|
|
||||||
|
go run build.go -goarch amd64 snap
|
||||||
|
|
||||||
|
mv *.snap "$WORKSPACE"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user