Skip to content
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

Implement CI in transpiler #2

Open
tbm0115 opened this issue Jan 20, 2023 · 0 comments
Open

Implement CI in transpiler #2

tbm0115 opened this issue Jan 20, 2023 · 0 comments
Assignees

Comments

@tbm0115
Copy link
Contributor

tbm0115 commented Jan 20, 2023

Once CI is configured on the SysML model (see mtconnect_sysml_model repo), then the XmiTranspiler should have an option to pull down the latest release of the model.

This should be accomplished using GitHub's download API:

https://github.com/{owner}/{repository}/releases/download/{version}/name_of_asset

Example:
https://github.com/mtconnect/mtconnect_sysml_model/releases/download/v1.5/Model.xml

This will also require that the XMI document for the SysML model be included in the release package in a consistent manner for each release.

@tbm0115 tbm0115 self-assigned this Jan 20, 2023
@tbm0115 tbm0115 converted this from a draft issue Jan 20, 2023
@tbm0115 tbm0115 moved this from 📋 Backlog to ✅ Done in MtconnectTranspiler Backlog Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant