anwolosz / synopsis

Website for the parallel Gospels of Matthew, Mark, Luke and John.
https://www.synopticus.org/
0 stars 1 forks source link

Add windows tests #59

Closed jano-wol closed 3 weeks ago

jano-wol commented 3 weeks ago

PR calls the test.sh script in Windows environment (it turned out, that GitHub can run shell scripts on Windows!). This way we can catch some OS dependent errors (like the encoding='utf-8' before)

As I renamed the jobs from 'build' to 'build-linux' and 'build-windows' some changes in the GitHub security settings of main branch will be needed: https://discuss.circleci.com/t/renaming-workflow-job-creates-indefinite-ci-check-on-github/18718

anwolosz commented 3 weeks ago

Thank you, the statuses are updated: build is dropped, build-linux and build-windows are added