-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Windows on Travis CI? #3
Comments
I got TravisCI to download and compile python for both windows and linux in the same matrix, for multiple versions of python. Have a look here on how it gets done. Currently stuck on getting osx working: However for windows blender it bombs out because there are missing dll's it needs to run.
I have seen this on headless systems before, unsure of the workaround right now |
I am trying to build python from scratch, I am able to do it with linux, for Mac there is an openssl issue I have seen before I think I know how to fix, if I can't I will look into the way done above, it is not my preferred solution. However I can only install windows the choco way. The above link does not address the blender crashing on a windows VM issue. |
This looks solved does it not? |
No, this is for Windows on Travis, not github actions. Need to create a branch and show it failing https://travis-ci.community/t/blender-crashes-under-travisci-windows-vm/5824 |
A comment in .travis.yml says that Python can not be run on Travis CI Windows. See: https://docs.travis-ci.com/user/languages/python/#running-python-tests-on-multiple-operating-systems The command choco install blender python might just work.
The text was updated successfully, but these errors were encountered: