Commit Graph
79 Commits
Author SHA1 Message Date
Henrik RydgårdandGitHub 34402e3a16 Merge pull request #20783 from hrydgard/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2025-09-02 00:27:33 +02:00
dependabot[bot]andGitHub fc484aa67c Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-01 18:22:41 +00:00
dependabot[bot]andGitHub 32ebe8e6d0 Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-01 17:01:31 +00:00
Henrik Rydgård 96c70fa2d2 Attempt to bump xcode in github. (Trying to fix iOS CI build) 2025-08-15 13:37:58 +02:00
Henrik RydgårdandGitHub 1fb3cdcf12 Revert "Github CI: Use pull_request_target instead of pull_request" 2025-07-18 21:06:54 +02:00
AdamNandGitHub ada4e95e7e Use force when fetching tags from upstream, in case there are conflicting tags. 2025-07-16 12:10:35 +07:00
AdamNandGitHub 5211762a71 Use bash on fetch step 2025-07-15 18:10:32 +07:00
Henrik Rydgård c93f7d2152 Github CI: Use pull_request_target instead of pull_request
The idea is that PRs should build on CI even if there are conflicts.

This is useful for hotfix branches like v1.19.3-commits, where I
cherry-pick PRs from master to produce a new release without including
any risky recent changes.

I'm testing it in that branch right now and it seems to work. I'm making
this a separate PR before including in the main branch, so you guys can
warn me in case this is a mistake somehow :)

I showed my changes to ChatGPT and it suggested adding the permissions
clause, not exactly sure why it's more needed now.

Discussion here: https://github.com/orgs/community/discussions/26304
2025-07-14 08:37:01 +02:00
AdamNandGitHub e7ba72da4a Exclude lightweight tag, in case they doesn't have the "v" prefix. 2025-07-11 07:26:58 +07:00
AdamNandGitHub 669a33625f Don't generate win-version.h if GIT_VERSION doesn't have a valid version. 2025-07-11 07:00:19 +07:00
dependabot[bot]andGitHub 38eaf7dfc5 Bump softprops/action-gh-release from 2.2.2 to 2.3.2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.2 to 2.3.2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/da05d552573ad5aba039eaac05058a918a7bf631...72f2c25fcb47643c292f7107632f7a47c1df5cd8)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-01 10:18:51 +00:00
AdamNandGitHub c64780228b Fixed invalid WINVER issue 2025-06-30 20:55:49 +07:00
AdamNandGitHub e95b157597 Fixed version issue on Windows artifacts 2025-06-25 14:26:24 +07:00
AdamNandGitHub 2622576cc2 Create Windows release 2025-06-24 08:04:53 +07:00
Henrik Rydgård df17548264 Fix some shell script permissions
See #20489
2025-06-17 15:21:47 +02:00
AdamNandGitHub 29f2bba65f Exclude xcarchive from release, it's not for end users. 2025-06-15 06:09:03 +07:00
AdamNandGitHub c02da6735a We don't need to rename the IPA anymore 2025-06-14 23:39:28 +07:00
AdamNandGitHub 7a7fa24501 Use b-ios.sh to build xcodeproj 2025-06-14 23:20:34 +07:00
AdamNandGitHub 4422a7f615 Shorter to use id than extra. 2025-06-11 05:37:31 +07:00
AdamNandGitHub 50a16206dc Updated as adviced by Pesa. 2025-06-11 02:52:11 +07:00
AdamNandGitHub e0e047e162 Need to separate the renaming to prevent failure when one of the file doesn't existed yet. 2025-06-10 19:36:55 +07:00
AdamNandGitHub 6d38fca137 iOS artifact might need Version.txt file too. 2025-06-10 18:51:40 +07:00
AdamNandGitHub 339aa8d6ba Create iOS artifact and release 2025-06-10 18:19:53 +07:00
Davide Pesavento 8f3ab8c04f CI: Simplify some conditions and other small cleanups 2025-06-08 12:50:02 -04:00
Davide Pesavento d635ac82b8 CI: Pin some actions to the commit hash 2025-06-08 12:45:52 -04:00
Henrik Rydgård 84a5770d01 Bump further (to -latest) 2025-06-03 17:55:49 +02:00
Henrik Rydgård 7b0a42f55c Github CI: Bump the image used for UWP to -22
Hopefully fixes #20438
2025-06-03 17:47:09 +02:00
Henrik Rydgård 61fb642a67 Specify Qt version instead. 2025-04-22 09:12:37 +02:00
Henrik Rydgård 677b6f8863 Disable the Qt build temporarily 2025-04-21 18:40:46 +02:00
Henrik Rydgård e032d1604c Restore the Qt CI build 2025-04-16 08:09:44 +02:00
Henrik Rydgård 280bbde196 Disable the Qt build temporarily 2025-04-15 21:10:52 +02:00
Francisco Javier Trujillo Mata 1146b6cf57 Run unit tests on alpine docker too 2024-07-29 17:54:06 +02:00
Francisco Javier Trujillo Mata b6447f4a3d Update version of GHA packages 2024-07-22 13:55:03 +02:00
Henrik RydgårdandGitHub 3aed81d51b Merge pull request #18170 from hch12907/sdl-ttf
ci: use pkgconfig as a fallback for finding SDL2_ttf
2023-09-21 13:45:52 +02:00
Hoe Hao Cheng b768210797 ci: use pkgconfig as a fallback for finding SDL2_ttf 2023-09-19 00:51:19 +08:00
Unknown W. Brackets cbf076feea GitHub: Disable ccache on macOS builds. 2023-09-05 21:00:23 -07:00
Henrik Rydgård a099a8d32c Remove the CI build too, duh 2023-08-14 13:59:49 +02:00
Hoe Hao Cheng e77fc325d8 ci: add SDL2_ttf and fontconfig to the dependencies 2023-08-03 20:54:21 +08:00
Lubos 59c247d53d OpenXR - Remove redundant CI workflow 2023-06-04 14:20:26 +02:00
Unknown W. Brackets 4378de6aa0 Build: Use Windows 2019 for UWP builds. 2022-12-04 07:29:21 -08:00
Henrik Rydgård 14e7507145 Temporarily disable the UWP github CI job 2022-12-01 14:13:07 +01:00
Henrik Rydgård d38019ee6a Add basic CI support for build-testing the Android-based VR build.
Note: Doesn't do APK generation, to keep things simple, instead using
the old NDK build.

Later should run gradle on github CI too, I guess.

Fixes #15981
2022-11-25 10:49:59 +01:00
Unknown W. Brackets 46bb065b7e Build: Use Makefile for libretro. 2022-11-01 23:45:19 -07:00
Unknown W. Brackets d3e99fa308 Build: Fix Android/macOS ccache. 2022-10-26 08:48:43 -07:00
Unknown W. Brackets e7eddab2a1 Build: Update deprecated actions.
There are some deprecations coming and some actions might stop working.
It seems softprops/action-gh-release@v1 is not being actively maintained,
and isn't updated here.
2022-10-26 00:18:14 -07:00
Unknown W. Brackets 3554e2ee72 Build: Correct ccache keys.
It seems to use id*, so clang was matching other builds sometimes.
2022-08-13 00:16:26 -07:00
rofl0r f1e235a8e7 CI: fix tag regex to match also shorter tags like v1.13
the previous tag regex matched only tagnames with 2 dots in them,
that's why the build.yml didn't run for the v1.13 tag.

addressing https://github.com/hrydgard/ppsspp/issues/15737
2022-07-31 12:26:51 +00:00
Unknown W. Brackets c71951ca4d Build: Update to NDK r21e.
This fixes a NEON intrinsic segfault and is LTS.
2022-07-24 17:45:01 -07:00
Unknown W. Brackets 693439b710 Build: Fix Windows unit tests. 2022-01-30 06:56:05 -08:00
Unknown W. Brackets df454d2ce2 Build: Enable ccache for GitHub Actions. 2022-01-29 15:31:44 -08:00