-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add Support for Windows #8
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MortezaPoussaneh
force-pushed
the
support-windows
branch
7 times, most recently
from
March 29, 2023 13:57
7b3d590
to
f16304d
Compare
MortezaPoussaneh
force-pushed
the
support-windows
branch
3 times, most recently
from
April 1, 2023 05:45
f97f6d9
to
2bc8381
Compare
Fix curl SSl verifier error on windows
Use cli assertions for checking outputs
…se different user than the current user and it makes permission problem in windows
Use system temp directory instead of play ground to test github clone
MortezaPoussaneh
force-pushed
the
support-windows
branch
2 times, most recently
from
April 1, 2023 06:06
88c6259
to
8fc06ad
Compare
In windows, git clone makes files under .git directory as readonly files. We have to chmod files to be able to delete them. force delete
Convert CRLF to EOL
MortezaPoussaneh
force-pushed
the
support-windows
branch
2 times, most recently
from
April 2, 2023 07:25
8ff8319
to
7118218
Compare
MortezaPoussaneh
force-pushed
the
support-windows
branch
10 times, most recently
from
April 13, 2023 05:02
cb021bc
to
ed2aeaa
Compare
MortezaPoussaneh
force-pushed
the
support-windows
branch
6 times, most recently
from
April 13, 2023 05:49
be0e27c
to
e0042ba
Compare
Force delete installed packages
Use readdir
Use force delete to test install command
Fix initial command test
Check file exists instead of output
Fix failing tests on windows. Ignore the ones that can not be fixed.
MortezaPoussaneh
force-pushed
the
support-windows
branch
from
April 13, 2023 06:51
c77253e
to
115bd62
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds support for running phpkg on windows machines.