-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Why do you still use travis and not GitHub actions? #25
Comments
I do not have time to update things that still work. Yesterday I finally updated from Travis org to Travis com, because the CI on the videlibri repo had broken for almost a year. Cross compiling is rather special. Wine to test the Windows build, an arm build and qemu-arm to test it |
Hey there
Fair enough. But still, the way actions work and the thing I did is way simpler than what you have now.
Yeah, because you did an update is why I noticed and wanted to give you options.
Well, GitHub Actions runs on native Windows Servers, native Ubuntu servers AND native macOS servers. Cheers, |
It still takes forever to setup: https://github.com/benibela/xidel/commits/master/.github
I do not need the hardware. I need to compile it, not run it It needs (cross) compilers for (win, linux, android, mac) * (x86,amd64,armel,armhf,aarch64) |
Hey Benito (@benibela),
Humm, I see that you decided to do it yourself so you could shoehorn the cross compilation. What I've seen others do is use fpcup/fpcuplaz to do the cross install. Not sure if it will improve on your setup, but it's a new tool for your tool belt. I'm not sure this is even gonna help you, but It's just another suggestion. Cheers, |
Hi there,
Full disclaimer, this is me tutting my own horn since I did develop the GitHub Action setup-lazarus.
Are you doing anything so special that can only be done by Travis?
If not, take a look at these(maybe it has enough to get you unstuck from travis.com):
setup-lazarus
GitHub action.Cheers,
Gus
The text was updated successfully, but these errors were encountered: