LibretroAdmin
dab528ca11
Update Windows-i686-MXE.yml
2022-08-05 13:53:51 +02:00
LibretroAdmin
a30f256bb0
Create Windows-i686-MXE.yml
2022-08-05 13:53:00 +02:00
LibretroAdmin
7eecf3bdd0
Create Windows-x64-MXE.yml
2022-08-05 13:22:34 +02:00
kikmon
afd463be16
added make clean between Release and Debug build ( #14262 )
...
Co-authored-by: papa <papa>
2022-07-31 11:22:04 +02:00
LibretroAdmin
f9c6ccee75
Update crowdin.yml
2022-07-07 15:55:08 +02:00
LibretroAdmin
91a351adf8
Update crowdin-daily.yml
2022-07-07 15:54:26 +02:00
LibretroAdmin
20ad96355f
Update crowdin-daily.yml
2022-07-07 14:29:02 +02:00
dependabot[bot]
61bf5fba91
Bump actions/checkout from 2 to 3 ( #14130 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-02 14:09:29 +02:00
dependabot[bot]
602b3fc43f
Bump actions/upload-artifact from 2 to 3 ( #14129 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-02 14:09:19 +02:00
dependabot[bot]
d69f1e46ab
Bump actions/setup-python from 2 to 4 ( #14128 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-02 14:09:12 +02:00
dependabot[bot]
c97492f85c
Bump actions/setup-java from 1 to 3 ( #14127 )
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 1 to 3.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-02 14:09:00 +02:00
Naveen
df25f88432
chore: Included githubactions in the dependabot config ( #14126 )
...
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.
Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot
GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2022-07-02 08:37:20 +02:00
Naveen
6bc73ed8af
chore: Set permissions for GitHub actions ( #14120 )
...
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ )
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2022-07-01 07:43:08 +02:00
Francisco Javier Trujillo Mata
6974dee535
[ORBIS] Remove the dummy core option by default
2022-05-21 17:10:35 +02:00
Francisco Javier Trujillo Mata
50d8982943
[ORBIS] Add CI to GitHub Actions
2022-05-21 16:31:10 +02:00
Francisco Javier Trujillo Mata
86b47b4859
[PSP] Update Retroarch to latest PSPDev status ( #13544 )
...
* Added newlib changes
* Add action to launch PPSSPP simulator
* Remove legacy config for the stack and heap
* Add pthread
* Simplify kernel_functions and improve references to HAVE_KERNEL_PRX
* Add some flags
* Improve audio init/deinit
* Improve exit by clicking home
* Add CI for PSP1
* Update PSP.yml
2022-01-25 03:50:18 +01:00
Francisco Javier Trujillo Mata
1cd0938cc3
[PS2] Improve Compilation ( #13359 )
...
* Allow parallel compilation in PS2
* Allow to compile with griffin or common compilation in PS2
* Enable dummy core to be used in other platforms
* Use threads in YML config
* Add the compilation to PS2 in GitHub Actions
2021-12-15 19:01:56 +01:00
Jamiras
eba1ed6d75
run apt-get update before apt-get install
2021-11-11 17:45:50 -07:00
Guo Yunhe
dc8b6a93d4
Fix Crowdin Daily Action
...
Python module installation
2021-11-07 10:55:35 +08:00
Guo Yunhe
376dd7c1c3
Update crowdin-daily.yml
2021-11-06 14:11:30 +08:00
Guo Yunhe
15321b2588
Fix Crowdin Daily GitHub Action ( #13187 )
...
* Update crowdin-daily.yml
* Update json2h.py
2021-11-05 11:38:35 +01:00
twinaphex
18412e34c1
Some CXX_BUILD buildfixes for Mac
2021-11-05 02:16:40 +01:00
Autechre
97753bad7c
Update retroarch.yml
2021-11-05 01:46:19 +01:00
Jamiras
088aa7dcb9
add github action for c89 build ( #13186 )
...
* add retroarch.yml
* fix c89 errors
* attempt to add dependencies
* update comments
2021-11-05 00:05:13 +01:00
Guo Yunhe
6ad91b2b37
Crowdin integration full ( #13171 )
...
* Create crowdin-daily.yml
* Update crowdin.yaml
* Update crowdin_sync.py
* Update fetch_progress.py
2021-11-03 18:44:08 +01:00
Guo Yunhe
bfe5ca708b
Fix GitHub Actions ( #11984 )
...
setup-java action has broken in previous version and need updates
2021-02-04 13:49:08 +01:00
Guo Yunhe
5ac64932d0
Read Crowdin API key from GitHub Secrets
2020-08-21 21:16:52 +03:00
Guo Yunhe
b36c9d6723
GitHub Action for Crowdin
2020-07-16 15:09:27 +03:00
Autechre
d857fb3234
Update FUNDING.yml
2020-03-14 02:53:46 +01:00
Twinaphex
87d0bce799
Update FUNDING.yml
2019-10-14 01:33:37 +02:00
Twinaphex
59471efcde
Create FUNDING.yml
2019-06-22 11:20:41 +02:00
orbea
28ff4b391a
Clean up white space.
2019-02-03 16:00:50 -08:00
orbea
4c56167446
Convert to linux line endings.
2019-02-03 15:43:42 -08:00
Andrés
cc2080c04f
Rename PULL_REQUEST_TEMPLATE to PULL_REQUEST_TEMPLATE.md
2017-11-29 12:03:42 -05:00
Andrés
825887810b
Create PULL_REQUEST_TEMPLATE
2017-11-29 12:03:21 -05:00
radius
eb8f086e35
add more fields
2017-01-14 15:16:59 -05:00
radius
e47aa13d57
add ISSUE template
2017-01-14 15:07:38 -05:00