Skip to content

Commit

Permalink
Testing new workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
XargonWan committed Nov 5, 2024
1 parent 07475f5 commit 7f864a8
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 24 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Build Artifacts for RetroDECK main manifest"

on:
push:
branches:
- master
- main
workflow_call:

jobs:
Building-project:
runs-on: ubuntu-latest

steps:

- name: "Install dependencies"
uses: RetroDECK/components-template/.github/workflows/install_dependencies.yml@main

- name: "Build project"
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
15 changes: 15 additions & 0 deletions .github/workflows/pr-from-upstream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Sync with Upstream and Create PR"

on:
workflow_call:
schedule:
- cron: "30 0 * * *" # Run every day at 00:30 UTC (9:30 JST)

jobs:
Upstream-sync:
runs-on: ubuntu-latest

steps:

- name: "Sync with upstream"
uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main
24 changes: 0 additions & 24 deletions .github/workflows/update.yml

This file was deleted.

Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions solarus-launcher.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.solarus_games.solarus.Launcher.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>Solarus Launcher</name>
<summary>Browse and play your Solarus quest collection.</summary>
<description>
<p>
Solarus Launcher is a desktop GUI frontend that allows to browse and play to Solarus quests, which are video games made with the Solarus game engine.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://www.solarus-games.org/data/en/entities/article/old/2016/07/images/solarus-launcher.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://www.solarus-games.org/</url>
<update_contact>christopho@solarus-games.org</update_contact>
​<launchable type="desktop-id">org.solarus_games.solarus.Launcher.desktop</launchable>
<project_group>Solarus</project_group>
<developer_name>Solarus Team</developer_name>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">moderate</content_attribute>
<content_attribute id="violence-bloodshed">mild</content_attribute>
</content_rating>
<releases>
<release version="1.6.5" date="2021-04-06" />
</releases>
</component>

0 comments on commit 7f864a8

Please sign in to comment.