-
Notifications
You must be signed in to change notification settings - Fork 132
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
Use github actions as CI #361
Comments
Yes please, that would be great!
Well yes, and it also tests if the artifacts can be built in the first place, especially the PDF version. The real point isn't artifact uploading, but the automatic hosting of the artifacts (without jumping through hoops). Can Github Actions do that, too? |
I don't fully understand the |
With "automatic hosting" I mean that the artifacts are provided for direct download by the Action itself, without having to upload it to some user-specified third-party server. The upload-artifact action seems to do that, but it looks like it provides all artifacts as Same for the HTML files. Getting them as But anyway, it would still be nice to replace Travis-CI with Github Actions! |
I see your point and there is quite a huge demand for that feature hopefully |
See also #358. |
Looks like |
Just a little update: It is now possible to upload single files and whole directories without zipping them, but the Github GUI cannot yet display them properly. For now, each artifact is still provided as ZIP files. |
Thx for the info, I saw that there was an update, but I didn't yet have time to play around with it and see how it goes. |
I think this can be closed, any follow-up discussions can be held at #495. |
Last month github released github actions as CI service and the test runners are a lot more 'buffed' than the ones on travis or circleCI. Also you can run up to 20 concurrent builds, which would greatly reduce the time you need to wait for the CI results (especially on MacOs). It also supports artifact upload, which I think is the only use of the CircleCi test.
If you want to change your CI service I can make a PR for that, since I'm pretty used to it by now, after transitioning most of my own projects.
The text was updated successfully, but these errors were encountered: