Skip to content

Commit cbb41fd

Browse files
authored
Flatpak: use elementary Sdk (#41)
1 parent 7a147a0 commit cbb41fd

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ jobs:
1010
options: --privileged
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: bilelmoussaoui/flatpak-github-actions@v2
13+
- uses: bilelmoussaoui/flatpak-github-actions@v3
1414
with:
1515
bundle: "com.github.danrabbit.harvey.flatpak"
1616
manifest-path: "com.github.danrabbit.harvey.yml"
17+
run-tests: true
18+
repository-name: elementary
19+
repository-url: https://flatpak.elementary.io/elementary.flatpakrepo
20+
cache-key: "flatpak-builder-${{ github.sha }}"
1721

1822
lint:
1923
runs-on: ubuntu-latest

com.github.danrabbit.harvey.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
app-id: com.github.danrabbit.harvey
2-
runtime: org.gnome.Platform
3-
runtime-version: '3.36'
4-
base: io.elementary.BaseApp
5-
base-version: juno-19.08
6-
sdk: org.gnome.Sdk
2+
runtime: io.elementary.Platform
3+
runtime-version: 'daily'
4+
sdk: io.elementary.Sdk
75
command: com.github.danrabbit.harvey
86
finish-args:
97
- '--share=ipc'
@@ -15,13 +13,6 @@ finish-args:
1513

1614
- '--metadata=X-DConf=migrate-path=/com/github/danrabbit/harvey/'
1715
modules:
18-
- name: handy
19-
buildsystem: meson
20-
sources:
21-
- type: git
22-
url: https://gitlab.gnome.org/GNOME/libhandy.git
23-
tag: '1.0.0'
24-
2516
- name: harvey
2617
buildsystem: meson
2718
sources:

0 commit comments

Comments
 (0)