-
Couldn't load subscription status.
- Fork 7
Buildtool integration #42
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
Conversation
src/commands/run-build.yml
Outdated
| parameters: | ||
| tasks: | ||
| description: > | ||
| Space-separated list of tasks to run. If not specified, the action runs the default tasks |
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.
action --> command
.circleci/test-deploy.yml
Outdated
| # run build with default tasks | ||
| - matlab/run-build | ||
| - run: | ||
| name: Verify correct tasks appear in buildlog.txt |
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.
Verify that?
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.
![]()
.circleci/test-deploy.yml
Outdated
| - integration-test-run-build: | ||
| matrix: | ||
| parameters: | ||
| executor: [linux, windows] |
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 we can include macOS in these now: https://discuss.circleci.com/t/announcing-macos-support-for-free-plans-is-here/42826
Initial buildtool integration