Skip to content
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

Open
cclauss opened this issue May 3, 2019 · 5 comments
Open

Run Windows on Travis CI? #3

cclauss opened this issue May 3, 2019 · 5 comments

Comments

@cclauss
Copy link

cclauss commented May 3, 2019

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.

@douglaskastle
Copy link
Member

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:

https://github.com/douglaskastle/travis_get_python

However for windows blender it bombs out because there are missing dll's it needs to run.

C:/Users/travis/build/douglaskastle/blender-2.82-nightly/blender.exe: error while loading shared libraries: libsndfile-1.dll: cannot open shared object file: No such file or directory

I have seen this on headless systems before, unsure of the workaround right now

@douglaskastle
Copy link
Member

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.

@douglaskastle douglaskastle transferred this issue from nangtani/blender-fake-addon Mar 20, 2020
@myselfhimself
Copy link
Collaborator

This looks solved does it not?

@douglaskastle
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants