php-coder / mystamps

The site about post stamps where you can create a virtual collection
https://my-stamps.ru
GNU General Public License v2.0
20 stars 33 forks source link

Travis CI: add Windows support #1165

Open php-coder opened 4 years ago

php-coder commented 4 years ago

In order to prevent regressions on Windows it's suggested to configure CI to execute our checks under that OS. We can run them periodically rather than on every build.

See also: https://docs.travis-ci.com/user/reference/windows/

The list of issues/regressions that could be caught by that:

php-coder commented 1 year ago

Here is how to run periodically in GitHub Actions: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule or manually: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch