-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat(windows) powershell and batch support (fix mac) #58
Merged
jacobdeichert
merged 29 commits into
jacobdeichert:master
from
tensor-programming:feat/windows-powershell-support
Apr 26, 2020
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
9ee8e0a
add batch scripting for windows
tensor-programming d96379c
add powershell scripts to maskfile
tensor-programming 0a96655
update tests
tensor-programming 355da3b
add powershell test to runtime
tensor-programming fc5a697
update maskfile
tensor-programming c524801
ignore powershell on non windows platforms
tensor-programming 68b29b7
filter powershell, batch and cmd on linux
tensor-programming e8702f3
fix bitor
tensor-programming 3e9987c
flip `or` to `and`.
tensor-programming 9269ae4
test-action
tensor-programming 4aa05ae
test-ci
tensor-programming 290b9a3
Delete rust.yml
tensor-programming a11563e
add windows logic
tensor-programming b6b7769
Update ci.yml
tensor-programming 2bb4554
add if statements
tensor-programming 163870b
Update ci.yml
tensor-programming b897438
add github action for windows
tensor-programming fa3dd16
fix if stattements
tensor-programming dbd2101
fix spelling error
tensor-programming deed084
update powershell script and add cmd/batch tests
tensor-programming 835a0a8
change write-host to write-output
tensor-programming 485a3b0
update maskfile powershell
tensor-programming 9a0c060
Update maskfile.md
tensor-programming eda8d5b
remove unnessecary env calls from powershell
tensor-programming a2f94ed
remove shortcase flags from powershell scripts.
tensor-programming dd13edf
Merge branch 'feat/windows-powershell-support' of https://github.com/…
tensor-programming f79ebd5
add mac support for CI
tensor-programming 4d3c6a5
add macos to build
tensor-programming 9dea707
trying adding a powershell specific flag
tensor-programming File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you accidentally removed formatting from CI? I'll fix on master so i can get this merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess I did. Woops, sorry about that.