Henrik Rydgård
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
Henrik Rydgård
72fedd9b5b
Merge pull request #20782 from hrydgard/dependabot/github_actions/actions/setup-java-5
...
Bump actions/setup-java from 4 to 5
2025-09-02 00:27:25 +02:00
dependabot[bot]
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]
ecf56ff5ae
Bump actions/setup-java from 4 to 5
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-java
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:33 +00:00
Henrik Rydgård
172e334910
Merge pull request #20781 from hrydgard/dependabot/github_actions/actions/checkout-5
...
Bump actions/checkout from 4 to 5
2025-09-01 19:53:29 +02:00
dependabot[bot]
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
dependabot[bot]
4d61a372d4
Bump actions/cache from 4.2.3 to 4.2.4
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4.2.3...v4.2.4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 4.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-01 16:52:58 +00:00
Mrlinkwii
b0fc687a5c
CI : remove refernces to dx9sdk
2025-08-30 12:02:35 +01:00
Samuel
45b2e8bee5
reinstate ARCH since it gets used later
2025-08-23 16:27:56 -04:00
Samuel
5138a3640d
fix typo
2025-08-23 16:23:20 -04:00
Samuel
559c3d157f
simplify deps install, use mesa that does not link to llvm
2025-08-23 16:11:50 -04:00
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