chore(ci): improve GitHub Actions workflows for cross-platform builds#11
Merged
chore(ci): improve GitHub Actions workflows for cross-platform builds#11
Conversation
This PR consolidates improvements to the CI/CD pipeline from the windows-sdl development branch: **Modern workflow improvements:** - Rewrite CI pipeline for GeneralsX cross-platform builds - Archive legacy SuperHackers workflows to .github/workflows/old/ - Add workflow validation and documentation **build-linux.yml enhancements:** - Add libvulkan-dev to dependencies (required for DXVK) - Pin vcpkg to specific commit for reproducible builds - Simplify bundle layout: copy all .so files to root (no lib/ subdir) - Add OpenAL library bundling (openal_soft build output) - Add validation checks for required runtime libraries: - libgamespy.so* - libdxvk_d3d8.so* - libSDL3.so* - libopenal.so* - Create archive (.tar.gz) of runtime bundle for better packaging - Improve bundle diagnostics and logging **build-macos.yml enhancements:** - Update vcpkg commit to match linux workflow (reproducible builds) **ci.yml improvements:** - Consolidated workflow template for both Generals and GeneralsXZH **Scope:** - Excludes Windows (build-windows.yml) - TBD for future modernization - Focuses only on CI/CD improvements (no game logic changes) - Maintains backward compatibility with existing build artifacts Signed-off-by: Felipe Braz <Felipe Braz>
c9cdd22 to
99459b8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR consolidates improvements to the CI/CD pipeline from the windows-sdl development branch:
Modern workflow improvements:
build-linux.yml enhancements:
build-macos.yml enhancements:
ci.yml improvements:
Scope: