-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[CI] Integrate AppVeyor Support #13690
Description
This is mainly a placeholder for discussion before opening an actual PR.
AppVeyor support should be added to this repository. AppVeyor is another continuous integration platform which offers testing support for GitHub repositories, except this platform specializes in supporting the Windows environment. This would enable the test suite to be ran on a Windows environment and include test coverage for the Microsoft SQL Server database driver. Even though SQL Server support will be phased out of the CMS in 4.0, it would still be beneficial to consistently run the test suite on the Windows platform and hopefully better be able to support it and address Windows specific items.
This is currently being integrated into the Framework's Database package, see joomla-framework/database#72 for the current progress.