waltervargas / gnome-jenkins

Jenkins Pipeline for GNOME projects
MIT License
2 stars 0 forks source link

Jenkins job to install flatpak GNOME Sdk and Runtime #11

Open waltervargas opened 7 years ago

waltervargas commented 7 years ago

Create a jenkins job that can be used from a Pipeline stage to install Flatpak gnome runtime and sdk. (flatpak-builder project dependencies)

albfan commented 7 years ago

This will be a 1 shoot command. So maybe not useful as a jenkins job. Is more like install an app through package manager

Say flatpak releases 3.26 runtime: You go to server through ssh, install the runtime (Sdk and Platform) and it will be avaliable for all projects

This will be the commands:

http://docs.flatpak.org/en/latest/getting-setup.html

$ flatpak remote-add --from gnome https://sdk.gnome.org/gnome.flatpakrepo
$ flatpak install gnome org.gnome.Platform//3.22 org.gnome.Sdk//3.22
$ flatpak install gnome org.gnome.Platform//3.22 org.gnome.Sdk//3.24

$ flatpak remote-add --from gnome-nightly https://sdk.gnome.org/gnome-nightly.flatpakrepo
$ flatpak install gnome-nightly org.gnome.Platform//3.22 org.gnome.Sdk//master