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
{{ message }}
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
Since some people want develop with Aurelia under Windows it makes sense to also have a Windows-based CI. AppVeyor seems free for open-source projects and looks rather simple to configure, like CircleCI which we already use.
No. I've researched the topic though. CircleCI can only do tests on Linux and Mac, but not on Windows. But there's Appveyor that is free for Open Source and does tests on Windows. We should add it so we'll know if a pull request breaks Windows support (as it happened before with the webpack skeletons, since most of us runs OS X).
Since some people want develop with Aurelia under Windows it makes sense to also have a Windows-based CI. AppVeyor seems free for open-source projects and looks rather simple to configure, like CircleCI which we already use.
Ref: https://www.appveyor.com/docs/lang/nodejs-iojs
I'll deal with this together with the Windows fix for webpack-plugin.
The text was updated successfully, but these errors were encountered: