Skip to content

Commit

Permalink
build: Drop Hydrun config in favor of Flathub-provided action
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Aug 25, 2023
1 parent 1e9fd1f commit d4d93c9
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 141 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/flatpak.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Flatpak CI

on:
push:
pull_request:

jobs:
build-linux:
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/[email protected]
with:
bundle: com.pojtinger.felicitas.vintangle.flatpak
manifest-path: com.pojtinger.felicitas.vintangle.yaml
cache-key: flatpak-builder-${{ github.sha }}
96 changes: 0 additions & 96 deletions .github/workflows/hydrun.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
out
*.compiled
.flatpak-builder
build-dir
*.compiled
42 changes: 0 additions & 42 deletions Hydrunfile

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Synchronized torrent streaming for distributed watch parties.

[![hydrun CI](https://github.com/pojntfx/vintangle/actions/workflows/hydrun.yaml/badge.svg)](https://github.com/pojntfx/vintangle/actions/workflows/hydrun.yaml)
[![Flatpak CI](https://github.com/pojntfx/vintangle/actions/workflows/flatpak.yaml/badge.svg)](https://github.com/pojntfx/vintangle/actions/workflows/flatpak.yaml)
![Go Version](https://img.shields.io/badge/go%20version-%3E=1.18-61CFDD.svg)
[![Go Reference](https://pkg.go.dev/badge/github.com/pojntfx/vintangle.svg)](https://pkg.go.dev/github.com/pojntfx/vintangle)
[![Matrix](https://img.shields.io/matrix/vintangle:matrix.org)](https://matrix.to/#/#vintangle:matrix.org?via=matrix.org)
Expand Down

0 comments on commit d4d93c9

Please sign in to comment.