-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Travis-CI: build and test on Windows #9493
Conversation
the first problem is that we one path forward would be install or, looking at the handful of other Scala OSS projects I've found that use |
this seems rather puzzling: I guess I'll remove our |
For reference, on our Jenkins it takes 60-70 minutes |
https://travis-ci.com/github/scala/scala/jobs/482066040 succeeded in 86 minutes |
I put something together real quick in #9496 as a starting point. |
the |
at this point #9496 seems like a likelier path forward, so I'm going to close this. It remains here for reference if needed. |
EXPERIMENT.
if this can be made to work, we could get rid of our Windows stuff on Jenkins. (that stuff is currently chugging along fine, but it is historically fragile, difficult to troubleshoot, difficult to recreate)
yes, in the long run, GitHub Actions seems like a likelier path forward. but for now we are on Travis-CI, and also I know Travis-CI but I don't know GitHub Actions yet. so if I can get this running without it turning into a big time sink, win.
if a volunteer would like to PR a GitHub Actions alternative to this, that would be welcome! we can explore that path too.