Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[WIp] Automated nightly Howl Flatpak builds #509

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Disable rofiles-fuse
  • Loading branch information
refi64 committed Feb 16, 2019
commit 6714d852943c365703836845201684a9c37d696f
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -4,11 +4,13 @@ trigger:
pool:
vmImage: 'Ubuntu-16.04'

container: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.30'
container:
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.30'
options: --privileged

steps:
- script: |
flatpak-builder --repo repo build src/io.howl.Editor.yaml
flatpak-builder --disable-rofiles-fuse --repo repo build src/io.howl.Editor.yaml
flatpak build-bundle repo howl.flatpak io.howl.Editor
displayName: 'Build the Flatpak'
- task: PublishPipelineArtifact@0