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

Windows support and Travis CI #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gogowitsch
Copy link
Contributor

This pull request adds Windows support (details in the commit message).

To prove that I didn't destroy Linux support on the way, I manually tested things and added Travis CI coverage to my fork of this repo. See https://travis-ci.com/Fonata/dorgflow/builds/102212670 for some test output.

@joachim-n If you decide to merge this, you probably have to allow Travis to access your repo. It will set up a hook automatically to run unit tests on each push and each pull request.

Christian Bläul added 2 commits February 25, 2019 20:05
PHP internally uses cmd.exe to execute any external process, even
when dorgflow is started from Bash. This means we cannot use single
quotes mid-argument. Also, we cannot use the ^ character without
quotes.

As Travis CI shows, it still works under Linux.
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

Successfully merging this pull request may close these issues.

1 participant