We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
There is some potential information at https://docs.travis-ci.com/user/reference/windows/#how-do-i-use-msys2
Travis CI DocumentationThe Windows Build Environment
Sorry, something went wrong.
@daniellimws -- Do you have any idea / thoughts on how to do this?
@mithro Sorry but I am using MacOS so don't really think I can help.
@xobs - This is one of the issues I could use Window users help with...
@umarcor -- Think this can be done with github actions now?
No branches or pull requests
I copied the following lines;
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.
The text was updated successfully, but these errors were encountered: