Closed jano-wol closed 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
Thank you, the statuses are updated: build is dropped, build-linux and build-windows are added
build
build-linux
build-windows
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