Compare commits

...

32 commits

Author SHA1 Message Date
XargonWan 88b9442a6f Commenting commit as it's wrong (from upstream)
Some checks failed
Build Artifacts for RetroDECK main manifest / build-project (push) Has been cancelled
2024-11-05 15:28:47 +09:00
XargonWan 0482617e02 Added worklfow_dispatch 2024-11-05 15:15:54 +09:00
XargonWan 01f5a6732f Triggering build 2024-11-05 15:11:52 +09:00
XargonWan c7bc095513 Triggering build 2024-11-05 15:05:31 +09:00
XargonWan 05b596082d Triggering build 2024-11-05 15:01:06 +09:00
XargonWan c65b8c892f Triggering build 2024-11-05 14:52:57 +09:00
XargonWan ab6a620405 Removing clone step as included in build_artifacts 2024-11-05 14:47:57 +09:00
XargonWan 5dcb2ed839 Triggering build 2024-11-05 14:41:33 +09:00
XargonWan f086cd3f83 Triggering build 2024-11-05 14:04:09 +09:00
XargonWan 1a41519d83 Added clone repo step - fix 2024-11-05 14:00:48 +09:00
XargonWan 1888754380 Triggering build 2024-11-05 13:59:44 +09:00
XargonWan b60232307e Added clone repo step 2024-11-05 13:49:14 +09:00
XargonWan d30d82fb93 Triggering build 2024-11-05 13:47:29 +09:00
XargonWan 5594b78ef2 Removed redundant install dependecies script as it's now sourced by build_artifacts.yml 2024-11-05 13:45:08 +09:00
XargonWan 9de13e2754 Triggering build 2024-11-05 13:40:18 +09:00
XargonWan 4bf0a262b7 Triggering build 2024-11-05 13:35:35 +09:00
XargonWan 7b21a9d49c Triggering build 2024-11-05 13:32:50 +09:00
XargonWan eb400ca3f0 Edited how the manifest filename is passed in build artifacts 2024-11-05 12:32:46 +09:00
XargonWan 3a1aae0379 Triggering build 2024-11-05 12:31:10 +09:00
XargonWan 4ef6b0c779 Triggering build 2024-11-05 12:23:53 +09:00
XargonWan f68cee07de Triggering build 2024-11-05 12:21:24 +09:00
XargonWan 2e4f0b601c Triggering build 2024-11-05 12:20:04 +09:00
XargonWan 8d344c73b6 Triggering build 2024-11-05 12:18:07 +09:00
XargonWan 839e2f91bd Added workflow dispatch to build-artifacts 2024-11-05 12:16:54 +09:00
XargonWan 2b0b49fec9 Fixed pr worklfow structure 2024-11-05 12:16:39 +09:00
XargonWan 93362eabbf Triggering build 2024-11-05 12:14:03 +09:00
XargonWan d2a8fb5093 Testing if the envs are automatically passed to the called workflow 2024-11-05 12:10:30 +09:00
XargonWan e6ea98615b Added manifest name 2024-11-05 12:06:04 +09:00
XargonWan 491f281f19 Repo cleanup 2024-11-05 12:05:55 +09:00
XargonWan a10ff37e80 Triggering build 2024-11-05 11:43:19 +09:00
XargonWan bcd0c31515 Fixing build-artifacts wokflow 2024-11-05 11:39:14 +09:00
XargonWan 7f864a8c6e Testing new workflows 2024-11-05 11:37:17 +09:00
5 changed files with 28 additions and 25 deletions

16
.github/workflows/build-artifacts.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: "Build Artifacts for RetroDECK main manifest"
on:
push:
branches:
- master
- main
workflow_call:
workflow_dispatch:
jobs:
build-project:
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
with:
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml"

11
.github/workflows/pr-from-upstream.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: "Sync with Upstream and Create PR"
on:
workflow_call:
workflow_dispatch:
schedule:
- cron: "30 0 * * *" # Run every day at 00:30 UTC (9:30 JST)
jobs:
upstream-sync:
uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main

View file

@ -1,24 +0,0 @@
name: Check for updates
on:
schedule: # for scheduling to work this file must be in the default branch
- cron: "30 0 * * 5"
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab
jobs:
flatpak-external-data-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
env:
GIT_AUTHOR_NAME: Flatpak External Data Checker
GIT_COMMITTER_NAME: Flatpak External Data Checker
# email sets "github-actions[bot]" as commit author, see https://github.community/t/github-actions-bot-email-address/17204/6
GIT_AUTHOR_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
entrypoint: /bin/sh
args: -c "git config --global --add safe.directory /github/workspace && cd /github/workspace && /app/flatpak-external-data-checker --update --never-fork net.rpcs3.RPCS3.yaml"

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -98,4 +98,4 @@ modules:
- type: git
url: https://github.com/RPCS3/rpcs3.git
branch: master
commit: 5eb4691cd68817b3cdfb91d35902aba7daf315f2
#commit: 5eb4691cd68817b3cdfb91d35902aba7daf315f2