Skip to content

Commit

Permalink
Actually build flatpak (#43)
Browse files Browse the repository at this point in the history
* Update main.yml

* Update main.yml
  • Loading branch information
danirabbit authored Apr 21, 2021
1 parent cbb41fd commit e86d2bf
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
name: CI

on: [push, pull_request]
on: [pull_request]

jobs:
flatpak:
runs-on: ubuntu-latest
container:
image: docker.io/bilelmoussaoui/flatpak-github-actions
image: bilelmoussaoui/flatpak-github-actions
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions@v3
- name: Checkout
uses: actions/checkout@v2

- name: Build
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
with:
bundle: "com.github.danrabbit.harvey.flatpak"
manifest-path: "com.github.danrabbit.harvey.yml"
bundle: harvey.flatpak
manifest-path: com.github.danrabbit.harvey.yml
run-tests: true
repository-name: elementary
repository-url: https://flatpak.elementary.io/elementary.flatpakrepo
Expand Down

0 comments on commit e86d2bf

Please sign in to comment.