From a7c754093517731a002df616d81e863c804fc580 Mon Sep 17 00:00:00 2001 From: Bleak Grey Date: Tue, 2 Feb 2021 18:41:27 +0300 Subject: [PATCH] Add CI action --- .github/workflows/build.yml | 18 ++++++++++++++++++ com.github.bleakgrey.tootle.json | 17 +---------------- 2 files changed, 19 insertions(+), 16 deletions(-) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..f6ae4af --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,18 @@ +on: + push: + branches: [master] + pull_request: +name: CI +jobs: + flatpak-builder: + name: "Flatpak Builder" + runs-on: ubuntu-latest + container: + image: bilelmoussaoui/flatpak-github-actions:gnome-3-38 + options: --privileged + steps: + - uses: actions/checkout@v2 + - uses: bilelmoussaoui/flatpak-github-actions@v2 + with: + bundle: "com.github.bleakgrey.tootle.flatpak" + manifest-path: "com.github.bleakgrey.tootle.json" diff --git a/com.github.bleakgrey.tootle.json b/com.github.bleakgrey.tootle.json index 5717093..5fea070 100644 --- a/com.github.bleakgrey.tootle.json +++ b/com.github.bleakgrey.tootle.json @@ -2,7 +2,7 @@ "app-id": "com.github.bleakgrey.tootle", "runtime": "org.gnome.Platform", "sdk": "org.gnome.Sdk", - "runtime-version": "3.36", + "runtime-version": "3.38", "command": "com.github.bleakgrey.tootle", "finish-args": [ "--share=network", @@ -26,21 +26,6 @@ "*.a" ], "modules": [ - { - "name": "libhandy", - "buildsystem": "meson", - "builddir": true, - "config-opts": [ - "-Dexamples=false", - "-Dtests=false" - ], - "sources": [ - { - "type": "git", - "url": "https://gitlab.gnome.org/GNOME/libhandy.git" - } - ] - }, { "name": "tootle", "builddir": true,