mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-12-04 21:15:37 +00:00
Compare commits
32 commits
07475f5c9b
...
88b9442a6f
Author | SHA1 | Date | |
---|---|---|---|
XargonWan | 88b9442a6f | ||
XargonWan | 0482617e02 | ||
XargonWan | 01f5a6732f | ||
XargonWan | c7bc095513 | ||
XargonWan | 05b596082d | ||
XargonWan | c65b8c892f | ||
XargonWan | ab6a620405 | ||
XargonWan | 5dcb2ed839 | ||
XargonWan | f086cd3f83 | ||
XargonWan | 1a41519d83 | ||
XargonWan | 1888754380 | ||
XargonWan | b60232307e | ||
XargonWan | d30d82fb93 | ||
XargonWan | 5594b78ef2 | ||
XargonWan | 9de13e2754 | ||
XargonWan | 4bf0a262b7 | ||
XargonWan | 7b21a9d49c | ||
XargonWan | eb400ca3f0 | ||
XargonWan | 3a1aae0379 | ||
XargonWan | 4ef6b0c779 | ||
XargonWan | f68cee07de | ||
XargonWan | 2e4f0b601c | ||
XargonWan | 8d344c73b6 | ||
XargonWan | 839e2f91bd | ||
XargonWan | 2b0b49fec9 | ||
XargonWan | 93362eabbf | ||
XargonWan | d2a8fb5093 | ||
XargonWan | e6ea98615b | ||
XargonWan | 491f281f19 | ||
XargonWan | a10ff37e80 | ||
XargonWan | bcd0c31515 | ||
XargonWan | 7f864a8c6e |
16
.github/workflows/build-artifacts.yml
vendored
Normal file
16
.github/workflows/build-artifacts.yml
vendored
Normal 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
11
.github/workflows/pr-from-upstream.yml
vendored
Normal 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
|
24
.github/workflows/update.yml
vendored
24
.github/workflows/update.yml
vendored
|
@ -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"
|
|
@ -98,4 +98,4 @@ modules:
|
|||
- type: git
|
||||
url: https://github.com/RPCS3/rpcs3.git
|
||||
branch: master
|
||||
commit: 5eb4691cd68817b3cdfb91d35902aba7daf315f2
|
||||
#commit: 5eb4691cd68817b3cdfb91d35902aba7daf315f2
|
||||
|
|
Loading…
Reference in a new issue