-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(windows) powershell and batch support (fix mac) (#58)
* add batch scripting for windows * add powershell scripts to maskfile * update tests * add powershell test to runtime * update maskfile * ignore powershell on non windows platforms * filter powershell, batch and cmd on linux * fix bitor * flip `or` to `and`. * test-action * test-ci * Delete rust.yml * add windows logic * Update ci.yml * add if statements * Update ci.yml * add github action for windows * fix if stattements * fix spelling error * update powershell script and add cmd/batch tests * change write-host to write-output * update maskfile powershell * Update maskfile.md Co-Authored-By: Jake Deichert <[email protected]> * remove unnessecary env calls from powershell * remove shortcase flags from powershell scripts. * add mac support for CI * add macos to build * trying adding a powershell specific flag Co-authored-by: Jake Deichert <[email protected]>
- Loading branch information
1 parent
94c0a7b
commit 1e99e5c
Showing
9 changed files
with
323 additions
and
19 deletions.
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.