fmucc

2021-03-13
1分钟阅读时长

该工具可通过git push将带有源代码的FMU编译为目标平台FMU

Github: https://github.com/hyumo/fmucc

How to use it

  • Create a new github repo by clicking the Use this template button in this repo.
  • Make sure you have an Azure DevOps account.
    • You can have 10 free open source projects with unlimited minutes ref
  • Create an Azure pipeline project linked to your newly created repo.
  • git pull the repo to local.
  • Add your to-be-compiled source code FMUs to ./fmus folder.
    • Additionally, you can set a specific target platform by setting compileLinux64 or compileWin64 within azure-pipelines.yml.
  • Commit changes and git push.
  • An Azure pipline running fmpy should be triggered automatically to compile the added FMUs.
  • Once done, download binary FMUs from artifact.

Credits

Known issues

  • Only tested with Dymola FMUs.
上一页 PySINDyGUI
下一页 lti