You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see there are a couple of PR for tricore-gcc repository, and I'm planning to propose new PRs for both tricore-gcc and this repository. We have to see if authors are interested in this and if there are no license or copyright rules that prevent us to "redistribute" the compiler.
After experimenting a bit more with Github Actions, I was able to reach the following state:
Have a build pipeline that triggers on each push and saves build artifacts
Have a release pipeline that triggers when a new Github release is created and uploads build artifacts for that tag in the release page
You can check Actions results directly on the fork page, and also check how a release looks like in this test release.
If interested, I can create a PR. I'm not sure yet how to handle release version (using 4th digit? like v11.3.1.x or using git commit hash? like v11.3.1-abcdefg). This I think can be defined later.
No description provided.
The text was updated successfully, but these errors were encountered: