-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #503 from xou816/development
0.3.2
- Loading branch information
Showing
138 changed files
with
10,001 additions
and
5,075 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Tobias Bernard | ||
Noëlle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,6 @@ Nils Tonnätt | |
Niklas Sauter | ||
Nicolas Fella | ||
Fridolin Weisser | ||
Jan Przebor | ||
Jan Przebor | ||
Warren Hu | ||
bbb651 |
Oops, something went wrong.