-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add Win32 build to CI system #6493
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
Merged
Merged
Conversation
This file contains hidden or 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
ede4f30
to
51d2efe
Compare
Build a single INO under a Windows VM on Travis to ensure that the Win32 toolchain works properly.
51d2efe
to
cf97079
Compare
Looks stuck until |
b6d6a24
to
78c7c51
Compare
78c7c51
to
edfc77b
Compare
484994b
to
61f3888
Compare
61f3888
to
34429db
Compare
227f39a
to
5a53a1c
Compare
Instead of making a string with spaces and then splitting on " ", just make the list itself with individual parameters. This will allow spaces in paths to be supported properly.
5a53a1c
to
bce91f3
Compare
e4da066
to
711cf65
Compare
711cf65
to
d4b3b61
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.
Build a single INO under a Windows VM on Travis to ensure that the Win32
toolchain works properly.