-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Run CI tests on Windows? #4588
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
Comments
For the binary release, we do have some basic CI for windows (as well as for OS X and Linux): https://github.com/lampepfl/packtest/blob/master/windows . |
it's historical, we probably ought to be on Appveyor, just like we're moving all the non-Windows things off Jenkins and onto Travis-CI. |
This was set up in #9647. However, only a small subset of tests are currently run. Basically just compiling a hello world with the bootstrapped dotc, and running the Scala.js JUnit tests. The full |
Now We still need to figure out the infrastructure to run the tests, as Appveyor has a one-hour limit and the free version only supports one concurrent job. |
That could be necessary to support Windows, which seems a blocker for a Scala 3 release.
Conceivably we could use Appveyor for that — right now Lightbend uses instead Jenkins (since it does support Windows): https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-integrate-windows/.
The text was updated successfully, but these errors were encountered: