Skip to content

Commit

Permalink
Replace NixOS CI with flatpak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev committed Jan 4, 2021
1 parent dc73585 commit 729d9d2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build-flatpak.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
branches: [master]
pull_request:
name: CI
jobs:
flatpak-builder:
name: "Flatpak Builder"
runs-on: ubuntu-latest
container:
image: docker.io/bilelmoussaoui/flatpak-github-actions
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions@v2
with:
bundle: "palette.flatpak"
manifest-path: "build-aux/com.ranfdev.GeopardDevel.json"
13 changes: 0 additions & 13 deletions .github/workflows/build-nixos.yml

This file was deleted.

0 comments on commit 729d9d2

Please sign in to comment.