Skip to content

Commit

Permalink
add ci to development, finally...
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Mar 13, 2022
1 parent ef3309c commit 1851ffd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/spot-development.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: spot-development

on:
pull_request:
branches: [development]
workflow_dispatch:

jobs:
flatpak-builder:
name: "Flatpak Builder"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
bundle: "spot.flatpak"
manifest-path: "dev.alextren.Spot.development.json"
cache-key: flatpak-builder-${{ github.sha }}
run-tests: true
6 changes: 3 additions & 3 deletions .github/workflows/spot-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: spot-snapshots

on:
push:
branches: [master, gtk4/main]
branches: [master]
pull_request:
branches: [master, gtk4/main]
branches: [master]
workflow_dispatch:

jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
bundle: "spot.flatpak"
manifest-path: "dev.alextren.Spot.snapshots.json"
Expand Down

0 comments on commit 1851ffd

Please sign in to comment.