Commit Graph

175 Commits

Author SHA1 Message Date
Samuel 2099f6ceaa typo 2025-08-15 18:05:49 -04:00
Samuel 54f4b414ad do not rely on the aur 2025-08-15 18:02:16 -04: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ård 1fb3cdcf12 Revert "Github CI: Use pull_request_target instead of pull_request" 2025-07-18 21:06:54 +02:00
AdamN 95e90781a2 Manual apk workflow too. 2025-07-16 12:23:19 +07:00
AdamN 8ff4899962 Manual uwp workflow too. 2025-07-16 12:22:06 +07:00
AdamN 9466706ac5 AppImage workflow too. 2025-07-16 12:20:54 +07:00
AdamN 6c7ea4841a Manual ipa workflow too. 2025-07-16 12:19:26 +07:00
AdamN ada4e95e7e Use force when fetching tags from upstream, in case there are conflicting tags. 2025-07-16 12:10:35 +07:00
AdamN 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
AdamN a20d4eed17 And this too. 2025-07-11 08:07:50 +07:00
AdamN e7ba72da4a Exclude lightweight tag, in case they doesn't have the "v" prefix. 2025-07-11 07:26:58 +07:00
AdamN 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] 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
AdamN c64780228b Fixed invalid WINVER issue 2025-06-30 20:55:49 +07:00
Henrik Rydgård 4ad10d9386 Merge pull request #20555 from ANR2MERefork/appimage-sdl2
Use SDL2 library instead of SDL2-compat with SDL3 library.
2025-06-25 23:05:35 +02:00
AdamN e95b157597 Fixed version issue on Windows artifacts 2025-06-25 14:26:24 +07:00
AdamN 2622576cc2 Create Windows release 2025-06-24 08:04:53 +07:00
AdamN dbd6dd1b78 install dependencies 2025-06-22 19:13:20 +07:00
AdamN f832b721a6 Separate IPA and DEB artifacts 2025-06-22 18:59:18 +07:00
AdamN b53b951230 Build IPA & DEB using b-ios.sh 2025-06-22 18:54:40 +07:00
AdamN 3c6c45809c Fix fullscreen issue on vulkan 2025-06-21 10:48:12 +07:00
Henrik Rydgård df17548264 Fix some shell script permissions
See #20489
2025-06-17 15:21:47 +02:00
Henrik Rydgård 0ca4667b15 Merge pull request #20489 from ANR2MERefork/ios_release
Create iOS artifact and release on CI
2025-06-17 08:00:09 +02:00
AdamN 29f2bba65f Exclude xcarchive from release, it's not for end users. 2025-06-15 06:09:03 +07:00
AdamN c02da6735a We don't need to rename the IPA anymore 2025-06-14 23:39:28 +07:00
AdamN 7a7fa24501 Use b-ios.sh to build xcodeproj 2025-06-14 23:20:34 +07:00
AdamN 4422a7f615 Shorter to use id than extra. 2025-06-11 05:37:31 +07:00
AdamN 50a16206dc Updated as adviced by Pesa. 2025-06-11 02:52:11 +07:00
Escary c2c045a274 remove not needed manual build trriger 2025-06-10 19:57:38 +01:00
Escary b1927db527 add ccache output stats 2025-06-10 19:40:03 +01:00
Escary 073250691b add ccache 2025-06-10 19:23:56 +01:00
AdamN 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
AdamN 6d38fca137 iOS artifact might need Version.txt file too. 2025-06-10 18:51:40 +07:00
AdamN 339aa8d6ba Create iOS artifact and release 2025-06-10 18:19:53 +07:00
Davide Pesavento e67b05a01e CI: Install git before attempting checkout 2025-06-08 14:40:02 -04:00
Davide Pesavento 8f3ab8c04f CI: Simplify some conditions and other small cleanups 2025-06-08 12:50:02 -04:00
Davide Pesavento 62b147cc53 CI: Simplify docker workflow 2025-06-08 12:46:24 -04:00
Davide Pesavento d635ac82b8 CI: Pin some actions to the commit hash 2025-06-08 12:45:52 -04:00
AdamN d54606e3dd Update appimage.yml 2025-06-07 20:43:55 +07:00
AdamN ad23f1f412 Use PPSSPP instead of PPSSPPSDL on the AppImage name 2025-06-07 14:58:43 +07:00
AdamN 0d6bebcda3 Create AppImage on CI 2025-06-07 14:29:31 +07: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
Henrik Rydgård f7a72e8415 Merge pull request #19371 from fjtrujy/master
Run unit tests on Alpine docker too
2024-08-24 16:57:01 -06:00