-
Notifications
You must be signed in to change notification settings - Fork 14
Davidb/mpm #50
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
Davidb/mpm #50
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
7a12483
Only run deps install script on Linux
mcafaro 8a8f605
Add macOS and Windows to integ test matrix
mcafaro 2e54d2d
Add MATLAB bin folder to runner path after installation
mcafaro 8091c47
Merge pull request #23 from matlab-actions/windows-and-macos
mcafaro 1375ca6
Update vulnerable dependencies
mcafaro eef5296
Merge pull request #24 from matlab-actions/deps
mcafaro 50f16ad
1.1.0
25eb6fe
Bump minimist from 1.2.5 to 1.2.6
dependabot[bot] 55c576c
Use BSD license
mcafaro 40d866d
Merge pull request #36 from matlab-actions/bsd
mcafaro 7f1fdda
Merge pull request #34 from matlab-actions/dependabot/npm_and_yarn/mi…
davidbuzinski 46e7daa
1.1.1
2e665de
initial commit mpm
davidbuzinski ad431e0
fixing async issues
davidbuzinski 0a1176c
figuring out how actions cache paths works
davidbuzinski ddf6c8e
moving cache find inside mpm call
davidbuzinski 5099d96
trying once more with cache path
davidbuzinski f8c7a05
Add matlab-batch and --skip-activation (#40)
davidbuzinski f0e45fe
Update release process to automate semantic versioning (#41)
davidbuzinski 0b67291
[skip ci] Bump v1.2.0
ee31f66
linking to the run-build documentation (#43)
mw-hrastega a8893fd
Davidb/mpm (#45)
davidbuzinski bacc53a
fixing merge conflicts with main
davidbuzinski ae2ef07
Bump @actions/core from 1.4.0 to 1.9.1 (#42)
dependabot[bot] 63123b7
[skip ci] Bump v1.2.1
d7d39b6
Bump node version (#47)
davidbuzinski 71fedd9
[skip ci] Bump v1.2.2
07d2345
Update matlab.ts
davidbuzinski 9368315
bumping vulnerable dependencies (#49)
davidbuzinski 6c1f874
[skip ci] Bump v1.2.3
a71b1b7
cleaning up some syntax
davidbuzinski 703aa79
added new parameter to README
davidbuzinski 669ed9a
fixing broken build
davidbuzinski a8947ae
re-syncing recent dependency changes from main
davidbuzinski e5eb26e
oops forgot a git add
davidbuzinski f236f47
install MATLAB + PCT by default
davidbuzinski 57833da
fixing build
davidbuzinski 2c2b042
fixing assert in CI
davidbuzinski 164142e
address initial feedback
davidbuzinski 31283dc
fixing build
davidbuzinski 65ddcd5
Apply suggestions from code review
davidbuzinski f8a9aa5
changing version info to release info for consistency
davidbuzinski dc44c11
updating errors and README
davidbuzinski 3720cf8
Updating error text
davidbuzinski f873f22
Incorporating doc feedback
davidbuzinski 4baab09
updating README intro
davidbuzinski 6401472
updating examples
davidbuzinski 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
address initial feedback
- Loading branch information
commit 164142e694b1b6077ece971b9c66ca642d71e3f4
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"matlabBatchInstallerUrl": "https://ssd.mathworks.com/supportfiles/ci/matlab-batch/v0/install.sh", | ||
"matlabBatchUrl": "https://ssd.mathworks.com/supportfiles/ci/matlab-batch/v0/install.sh", | ||
"matlabDepsUrl": "https://ssd.mathworks.com/supportfiles/ci/matlab-deps/v0/install.sh", | ||
"matlabBatchInstallerUrl": "https://ssd.mathworks.com/supportfiles/ci/matlab-batch/v0/install.sh", | ||
"matlabReleaseInfoUrl": "https://mw-ci-static-dev.s3.amazonaws.com/matlab-deps/v0/versions.json", | ||
"mpmRootUrl": "https://www.mathworks.com/mpm/" | ||
} |
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.
Uh oh!
There was an error while loading. Please reload this page.