replace TravisCI by GitHub Actions CI - #477
Draft
swurzinger wants to merge 3 commits into
Draft
Conversation
- Linux: default, debug (-g -exx), and gas64 backend variants - Windows: x86 (MINGW32) and x64 (MINGW64) standalone builds - Bootstrap compiler cached between runs - Two-pass build: bootstrap then self-hosted rebuild - Unit tests, log tests, warning/syntax regression tests - fbdoc build validation on Linux - Artifacts: fbc binary (Linux), standalone packages (Windows)
Depends on the Windows job, reuses the fbc-win64 artifact. Builds fbdoc tools, generates all documentation formats (CHM, HTML, TXT, fbhelp, wakka) from cached wiki pages. Installs HTML Help Workshop for CHM compilation. Uploads all formats as a single artifact.
CI has been fully migrated to GitHub Actions.
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.
Travis CI has been used previously for building fbc and running its tests, however
travis-ci.orghas been shut down in 2020 and the free service offering for open-source projects no longer exists as of ~2022. GitHub offers a generous CI service that includes linux, mac and windows support for free, so I'd suggest to switch to this.This PR contains a basic CI script for building multiple versions of fbc on multiple platforms: