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

Figure out how to test the cygwin + mingw Windows versions #5

Open
mithro opened this issue Jun 17, 2020 · 5 comments
Open

Figure out how to test the cygwin + mingw Windows versions #5

mithro opened this issue Jun 17, 2020 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@mithro
Copy link
Owner

mithro commented Jun 17, 2020

I copied the following lines;

  # On Cygwin / MINGW use Linux?
  ifneq (, $(findstring Cygwin, $(UNAME_S)))
    OS_FLAG := Linux
  endif
  ifneq (, $(findstring MINGW, $(UNAME_S)))
    OS_FLAG := Linux
  endif

from the changes that @daniellimws did to the python-symbiflow-v2x repository.

If we want to continue to support these configurations, we should figure out how to test them on Travis.

@mithro
Copy link
Owner Author

mithro commented Jun 17, 2020

There is some potential information at https://docs.travis-ci.com/user/reference/windows/#how-do-i-use-msys2

The Windows Build Environment

@mithro
Copy link
Owner Author

mithro commented Jun 17, 2020

@daniellimws -- Do you have any idea / thoughts on how to do this?

@daniellimws
Copy link
Contributor

@mithro Sorry but I am using MacOS so don't really think I can help.

@mithro
Copy link
Owner Author

mithro commented Jun 18, 2020

@xobs - This is one of the issues I could use Window users help with...

@mithro mithro added the help wanted Extra attention is needed label Jul 23, 2020
@mithro
Copy link
Owner Author

mithro commented Nov 8, 2020

@umarcor -- Think this can be done with github actions now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants